Skip to content

Commit f1f16fb

Browse files
WIP
1 parent 470bb5f commit f1f16fb

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

packages/firestore/src/api/database.ts

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2221,14 +2221,6 @@ export class CollectionReference<T = DocumentData>
22212221
}
22222222
}
22232223

2224-
function validateGetOptions(
2225-
methodName: string,
2226-
options: GetOptions | undefined
2227-
): void {
2228-
if (options) {
2229-
}
2230-
}
2231-
22322224
function validateReference<T>(
22332225
methodName: string,
22342226
documentRef: PublicDocumentReference<T>,

0 commit comments

Comments
 (0)