summary refs log tree commit diff
diff options
context:
space:
mode:
authorMadeline <46743919+MaddyUnderStars@users.noreply.github.com>2022-09-09 23:32:02 +1000
committerMadeline <46743919+MaddyUnderStars@users.noreply.github.com>2022-09-09 23:32:02 +1000
commitea8090852bd04b01eec6c8f1d50f6696a91e38fc (patch)
tree9e8c73a0be410884c1bb1da9616977c77e2dffd9
parentRIP MESSAGES ONCE MORE. (diff)
downloadserver-ea8090852bd04b01eec6c8f1d50f6696a91e38fc.tar.xz
fix typo properly
-rw-r--r--gateway/src/schema/Activity.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/gateway/src/schema/Activity.ts b/gateway/src/schema/Activity.ts

index 3cf254a1..f58b0fa9 100644 --- a/gateway/src/schema/Activity.ts +++ b/gateway/src/schema/Activity.ts
@@ -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], },