Skip to content

Commit

Permalink
Missed review comment
Browse files Browse the repository at this point in the history
  • Loading branch information
tom-andersen committed Sep 25, 2023
1 parent 80f5309 commit 9cada8f
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions dev/src/reference.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1237,10 +1237,7 @@ export class QueryOptions<
DbModelType extends firestore.DocumentData = firestore.DocumentData
>(
collectionId: string,
converter: firestore.FirestoreDataConverter<
AppModelType,
DbModelType
> = defaultConverter()
converter = defaultConverter<AppModelType, DbModelType>()
): QueryOptions<AppModelType, DbModelType> {
return new QueryOptions<AppModelType, DbModelType>(
/*parentPath=*/ ResourcePath.EMPTY,
Expand Down

0 comments on commit 9cada8f

Please sign in to comment.