Skip to content

Commit

Permalink
Adjust counter
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikearaya committed Dec 28, 2024
1 parent bf24779 commit 60e0013
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ export const configureWarehousingModule = async ({ db }: ModuleInput<Record<stri
},

tokensCount: async (): Promise<number> => {
const tokenCount = await TokenSurrogates.countDocuments();
const tokenCount = await TokenSurrogates.countDocuments({});
return tokenCount;
},

Expand Down

0 comments on commit 60e0013

Please sign in to comment.