We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33b5ab0 commit b84e8d1Copy full SHA for b84e8d1
run/lib/firebase.js
@@ -34,7 +34,7 @@ const workspaceNeedsBatchReset = async (userId, workspaceId) => {
34
35
const blocks = await workspace.getBlocks({ limit: getMaxBlockForSyncReset() });
36
37
- return false;
+ return blocks.length == getMaxBlockForSyncReset();
38
};
39
40
const resetExplorerTransactionQuota = async (userId, explorerId) => {
0 commit comments