Skip to content

Commit

Permalink
Adjust counter
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikearaya committed Dec 30, 2024
1 parent f2a0025 commit b3c4967
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 b3c4967

Please sign in to comment.