We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22f6d9e commit c256941Copy full SHA for c256941
test/types/models.test.ts
@@ -93,7 +93,7 @@ function gh13930() {
93
94
const Test = connection.model<ITest>('Test', TestSchema);
95
96
- Test.insertMany<{foo: string}>([{ foo: 'bar' }], { });
+ Test.insertMany<{ foo: string }>([{ foo: 'bar' }], { });
97
}
98
99
function gh10074() {
0 commit comments