Skip to content

Commit

Permalink
remove await
Browse files Browse the repository at this point in the history
  • Loading branch information
howardchung committed Nov 20, 2024
1 parent cc44664 commit 9441184
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion svc/fullhistory.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ async function processMatch(matchId: string) {
// type: 'api',
// ifNotExists: true,
// });
await new Promise((resolve) => setTimeout(resolve, 200));
// await new Promise((resolve) => setTimeout(resolve, 200));
}

async function processFullHistory(job: FullHistoryJob) {
Expand Down

0 comments on commit 9441184

Please sign in to comment.