Skip to content

Commit 3c6c57e

Browse files
amateimaamateima
and
amateima
authored
fix: trigger build (#344)
Co-authored-by: amateima <[email protected]>
1 parent 4ce4138 commit 3c6c57e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/modules/scraper/adapter/messaging/SpeedUpEventsV3Consumer.ts

+1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ export class SpeedUpEventsV3Consumer {
2323
const deposit = await this.depositRepository.findOne({ where: { sourceChainId: depositSourceChainId, depositId } });
2424

2525
if (!deposit) throw new Error("Deposit not found");
26+
2627
if (this.isSpeedUpAlreadyProcessed(deposit, job.data)) return;
2728

2829
await this.processSpeedUpEventQueueMessage(deposit, job.data);

0 commit comments

Comments
 (0)