Skip to content

Commit

Permalink
fixup! Add 0xGasless plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
samholmes committed Jan 16, 2025
1 parent 3bdae8b commit af2fdfc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/partners/0xgasless.ts
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,9 @@ export async function query0xGasless(
datelog(`Snoozing ${60 * retry}s`)
await snooze(60000 * retry)
} else {
// We can safely save our progress since we go from oldest to newest.
// We can safely save our progress since we go from oldest to newest,
// and we don't update the lastIsoDate until the page is processed
// fully.
break
}
}
Expand Down

0 comments on commit af2fdfc

Please sign in to comment.