Skip to content

Commit

Permalink
chore: update mongoose
Browse files Browse the repository at this point in the history
  • Loading branch information
meabed committed Nov 2, 2023
1 parent 07507b2 commit 7f3a71b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/resolvers/__tests__/count-test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ describe('count() ->', () => {
'users',
'countDocuments',
{},
Number(version[0]) > 6
Number(version[0]) === 7
? undefined
: {
limit: 1,
Expand Down

0 comments on commit 7f3a71b

Please sign in to comment.