Skip to content

Commit

Permalink
fix: Corrects org collection name
Browse files Browse the repository at this point in the history
  • Loading branch information
ryasmi committed Mar 10, 2021
1 parent 26d8e30 commit a4b0216
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ export interface MongoOrgDoc {
readonly _id: ObjectID;
readonly expiration: Date | null;
}
export const mongoOrgCollectionName = 'organisation';
export const mongoOrgCollectionName = 'organisations';

0 comments on commit a4b0216

Please sign in to comment.