We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28b5d60 commit 46ad106Copy full SHA for 46ad106
packages/firestore/test/unit/specs/spec_builder.ts
@@ -772,7 +772,7 @@ export class SpecBuilder {
772
const keys = docs.map(key => {
773
return key.path.canonicalString();
774
});
775
- const filter: SpecWatchFilter = { targetIds, keys } as SpecWatchFilter;
+ const filter: SpecWatchFilter = { targetIds, keys };
776
this.currentStep = {
777
watchFilter: filter
778
};
0 commit comments