Skip to content

Commit 266a722

Browse files
committed
testing_hooks_util.ts: fix lint error
1 parent 0b9aaf1 commit 266a722

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/firestore/test/integration/util/testing_hooks_util.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ export async function captureExistenceFilterMismatches(
3030
const results: ExistenceFilterMismatchInfo[] = [];
3131
const onExistenceFilterMismatchCallback = (
3232
info: ExistenceFilterMismatchInfo
33-
) => {
33+
): void => {
3434
_logWarn('zzyzx onExistenceFilterMismatchCallback', info);
3535
results.push(info);
3636
};

0 commit comments

Comments
 (0)