Skip to content

Commit

Permalink
fix: removed obsolete init of actions collection
Browse files Browse the repository at this point in the history
  • Loading branch information
deiu committed Jul 16, 2021
1 parent 2d3daa6 commit c6f9150
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion api/hub/src/collections/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ export const updateCollections = async (client: Client, threadID: ThreadID) => {
await Invites.updateCollection(client, threadID);
await ModerationReports.updateCollection(client, threadID);
await ModerationDecisions.updateCollection(client, threadID);
await ModerationActions.updateCollection(client, threadID);
await ModerationReasons.updateCollection(client, threadID);
await Moderators.updateCollection(client, threadID);
};

0 comments on commit c6f9150

Please sign in to comment.