Skip to content

Commit

Permalink
Remove remaining static references (#3264)
Browse files Browse the repository at this point in the history
  • Loading branch information
schmidt-sebastian authored Jun 24, 2020
1 parent 9cf49f7 commit 1791a9b
Show file tree
Hide file tree
Showing 13 changed files with 78 additions and 298 deletions.
2 changes: 1 addition & 1 deletion packages/firestore/lite/src/api/reference.ts
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ export function collectionGroup(

return new Query(
firestoreClient,
new InternalQuery(ResourcePath.EMPTY_PATH, collectionId),
new InternalQuery(ResourcePath.emptyPath(), collectionId),
/* converter= */ null
);
}
Expand Down
Loading

0 comments on commit 1791a9b

Please sign in to comment.