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 0b9aaf1 commit 266a722Copy full SHA for 266a722
packages/firestore/test/integration/util/testing_hooks_util.ts
@@ -30,7 +30,7 @@ export async function captureExistenceFilterMismatches(
30
const results: ExistenceFilterMismatchInfo[] = [];
31
const onExistenceFilterMismatchCallback = (
32
info: ExistenceFilterMismatchInfo
33
- ) => {
+ ): void => {
34
_logWarn('zzyzx onExistenceFilterMismatchCallback', info);
35
results.push(info);
36
};
0 commit comments