Skip to content

Commit

Permalink
style: fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
vkarpov15 committed Oct 4, 2023
1 parent 22f6d9e commit c256941
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 @@ -93,7 +93,7 @@ function gh13930() {

const Test = connection.model<ITest>('Test', TestSchema);

Test.insertMany<{foo: string}>([{ foo: 'bar' }], { });
Test.insertMany<{ foo: string }>([{ foo: 'bar' }], { });
}

function gh10074() {
Expand Down

0 comments on commit c256941

Please sign in to comment.