fix typo properly

This commit is contained in:
Madeline 2022-09-09 23:32:02 +10:00
parent 842bc8f635
commit ea8090852b

View File

@ -42,7 +42,7 @@ export const ActivitySchema = {
$id: String, $id: String,
$sync_id: String, $sync_id: String,
$metadata: { // spotify $metadata: { // spotify
$context_url: String, $context_uri: String,
album_id: String, album_id: String,
artist_ids: [String], artist_ids: [String],
}, },