Skip to content

Commit b680586

Browse files
committed
fixup!
1 parent a7d80d1 commit b680586

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

apps/site/util/fetch.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,7 @@ export const fetchWithRetry = async (
2828
throw e;
2929
}
3030

31-
await setTimeout(delay);
32-
continue;
31+
await setTimeout(delay * i);
3332
}
3433
}
3534
};

0 commit comments

Comments
 (0)