Skip to content

Commit d193bd9

Browse files
vkarpov15hasezoey
andcommitted
Update test/types/queries.test.ts
Co-authored-by: hasezoey <[email protected]>
1 parent b635f4e commit d193bd9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/types/queries.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -804,8 +804,8 @@ async function gh15786() {
804804
}
805805

806806
interface DocStatics {
807-
m1(): void;
808-
m2(): void;
807+
m1(): void;
808+
m2(): void;
809809
}
810810

811811
const schema = new Schema<IDoc, Model<IDoc>, {}, {}, {}, DocStatics>({});

0 commit comments

Comments
 (0)