1
0
Fork 0

Update run-downloadDb.js

This commit is contained in:
lightling 2024-02-28 22:26:51 -05:00
parent b917b77e71
commit f68db2fb4d

View file

@ -108,7 +108,6 @@ const downloadDb = async () => {
}, []);
const delay = ms => new Promise(res => setTimeout(res, ms));
log(ctx, JSON.stringify(batches, null, 2));
for (let i = 0; i < batches.length; i++) {
const batch = batches[i];