Skip to content

Commit

Permalink
fix inbox sub-collection name
Browse files Browse the repository at this point in the history
  • Loading branch information
andreymikhadyuk committed Dec 5, 2023
1 parent 37d5093 commit d88e03e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/shared/models/shared.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ export enum SubCollections {
ChatChannelUserUnique = "chatChannelUserUnique",
CommonFeed = "commonFeed",
CommonFeedObjectUserUnique = "commonFeedObjectUserUnique",
Inbox = "Inbox",
Inbox = "inbox",
FeedItemFollows = "feedItemFollows",
}

Expand Down

0 comments on commit d88e03e

Please sign in to comment.