Skip to content

Commit 88fbeff

Browse files
committed
common: fix problem of failing ravs stopping execution
Signed-off-by: Gustavo Inacio <[email protected]>
1 parent 049beec commit 88fbeff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/indexer-common/src/allocations/tap-collector.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -569,7 +569,7 @@ export class TapCollector {
569569
logger.error(`Failed to redeem RAV`, {
570570
err: indexerError(IndexerErrorCode.IE055, err),
571571
})
572-
return
572+
continue
573573
}
574574
stopTimer()
575575
}

0 commit comments

Comments
 (0)