Skip to content

Commit 088b4cb

Browse files
committed
fix(firestore): Query typedef import
1 parent 949b839 commit 088b4cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/firestore/lib/modular/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* @typedef {import('..').FirebaseFirestoreTypes.PersistentCacheIndexManager} PersistentCacheIndexManager
99
* @typedef {import('.').CollectionReference} CollectionReference
1010
* @typedef {import('.').DocumentReference} DocumentReference
11-
* @typedef {import('./query').Query} Query
11+
* @typedef {import('.').Query} Query
1212
1313
* @typedef {import('@firebase/app').FirebaseApp} FirebaseApp
1414
*/

0 commit comments

Comments
 (0)