Skip to content

Commit b84e8d1

Browse files
committed
remove testing case
1 parent 33b5ab0 commit b84e8d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

run/lib/firebase.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ const workspaceNeedsBatchReset = async (userId, workspaceId) => {
3434

3535
const blocks = await workspace.getBlocks({ limit: getMaxBlockForSyncReset() });
3636

37-
return false;
37+
return blocks.length == getMaxBlockForSyncReset();
3838
};
3939

4040
const resetExplorerTransactionQuota = async (userId, explorerId) => {

0 commit comments

Comments
 (0)