Skip to content

Commit

Permalink
add count to index list
Browse files Browse the repository at this point in the history
  • Loading branch information
birm committed Apr 23, 2024
1 parent efdc88d commit 56a2e5d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion service/database/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -234,5 +234,6 @@ module.exports = {
aggregate: Mongo.aggregate,
distinct: Mongo.distinct,
createIndex: Mongo.createIndex,
createCollection: Mongo.createCollection
createCollection: Mongo.createCollection,
count: Mongo.count,
};

0 comments on commit 56a2e5d

Please sign in to comment.