Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
IslandRhythms committed Mar 2, 2023
1 parent 34a5588 commit fd367cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/types/populate.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,7 @@ async function gh13070() {
const child = model<IChild>('Child', childSchema);

const doc = await parent.findOne();
await child.populate<{child: IChild}>(doc, 'child');
await child.populate<{ child: IChild }>(doc, 'child');


}

0 comments on commit fd367cc

Please sign in to comment.