Skip to content

Commit 298759d

Browse files
authored
Merge 95b78f3 into a9add5e
2 parents a9add5e + 95b78f3 commit 298759d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/firestore/src/core/query.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -461,6 +461,7 @@ function queryMatchesPathAndCollectionGroup(
461461
doc: Document
462462
): boolean {
463463
const docPath = doc.key.path;
464+
debugAssert(1 == 1, 'dummy code change to trigger GitHub actions');
464465
if (query.collectionGroup !== null) {
465466
// NOTE: this.path is currently always empty since we don't expose Collection
466467
// Group queries rooted at a document path yet.

0 commit comments

Comments
 (0)