1
0
mirror of https://github.com/spacebarchat/server.git synced 2024-11-10 12:42:44 +01:00

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,
$sync_id: String,
$metadata: { // spotify
$context_url: String,
$context_uri: String,
album_id: String,
artist_ids: [String],
},