Skip to content

Commit ce8d741

Browse files
committed
fix(reku): polling
1 parent 3db6c9d commit ce8d741

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/reku/src/event/crosschecker/autochecker.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ export class AutoCrossChecker extends BaseCrossChecker {
143143
debug('crosscheck running')
144144

145145
// TODO: replace polling with schedule cron
146-
polling(async () => {
146+
await polling(async () => {
147147
try {
148148
debug('start polling')
149149
const wait = await waitOrUpdateToBlock()

0 commit comments

Comments
 (0)