Skip to content

Commit 8d6422b

Browse files
authored
Update models.d.ts
1 parent 50b26dc commit 8d6422b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

types/models.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -621,7 +621,7 @@ declare module 'mongoose' {
621621
/** Creates a `distinct` query: returns the distinct values of the given `field` that match `filter`. */
622622
distinct<DocKey extends string, ResultType = unknown>(
623623
field: DocKey,
624-
filter?: RootFilterQuery<TRawDocType>
624+
filter?: RootFilterQuery<TRawDocType>,
625625
options?: QueryOptions<TRawDocType>
626626
): QueryWithHelpers<
627627
Array<

0 commit comments

Comments
 (0)