Skip to content

Commit 3689930

Browse files
author
Bobby
authored
fix: minor tweak
1 parent 6338152 commit 3689930

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/reducers/cacheReducer.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,7 @@ function reprocessQuerires(draft, path) {
361361

362362
if (info.enabled) {
363363
const overrides = JSON.parse(JSON.stringify(draft.databaseOverrides || {}));
364-
info(`reprocess ${path} (${q.length} queries) with overrides`, overrides);
364+
info(`reprocess ${path} (${queries.length} queries) with overrides`, overrides);
365365
}
366366

367367
done();

0 commit comments

Comments
 (0)