Skip to content

Commit 5376744

Browse files
Merge 5f22a4e into 8a631e2
2 parents 8a631e2 + 5f22a4e commit 5376744

File tree

16 files changed

+2986
-15985
lines changed

16 files changed

+2986
-15985
lines changed

packages/firestore/exp-types/index.d.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -374,9 +374,7 @@ export function getDocFromServer<T>(
374374
reference: DocumentReference<T>
375375
): Promise<DocumentSnapshot<T>>;
376376
export function getDocs<T>(query: Query<T>): Promise<QuerySnapshot<T>>;
377-
export function getDocsFromCache<T>(
378-
query: Query<T>
379-
): Promise<QuerySnapshot<T>>;
377+
export function getDocsFromCache<T>(query: Query<T>): Promise<QuerySnapshot<T>>;
380378
export function getDocsFromServer<T>(
381379
query: Query<T>
382380
): Promise<QuerySnapshot<T>>;

0 commit comments

Comments
 (0)