Skip to content

Commit 6e15ecb

Browse files
Merge edd5c85 into acd89ee
2 parents acd89ee + edd5c85 commit 6e15ecb

13 files changed

+78
-298
lines changed

packages/firestore/lite/src/api/reference.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@ export function collectionGroup(
322322

323323
return new Query(
324324
firestoreClient,
325-
new InternalQuery(ResourcePath.EMPTY_PATH, collectionId),
325+
new InternalQuery(ResourcePath.emptyPath(), collectionId),
326326
/* converter= */ null
327327
);
328328
}

0 commit comments

Comments
 (0)