Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
IslandRhythms committed Feb 14, 2024
1 parent 4675671 commit 6dafa54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/types/models.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -896,7 +896,7 @@ function gh4727() {
const users = [{ _id: new mongoose.Types.ObjectId(), name: 'Val' }];
const company = { _id: new mongoose.Types.ObjectId(), name: 'Booster', users: [users[0]] };

return Company.hydrate(company, {}, { hydratedPopulatedDocs: true })
return Company.hydrate(company, {}, { hydratedPopulatedDocs: true });


}

0 comments on commit 6dafa54

Please sign in to comment.