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 f6799d3 commit 6f2822d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/resolvers/__tests__/removeById-test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ describe('removeById() ->', () => {
'users',
'findOne',
{ _id: user._id, gender: 'some' },
Number(version[0]) == 8 ? {} : Number(version[0]) == 8 ? undefined : { projection: {} },
Number(version[0]) == 8 ? {} : Number(version[0]) <= 6 ? undefined : { projection: {} },
].filter(Boolean),
]);

Expand Down

0 comments on commit 6f2822d

Please sign in to comment.