Skip to content

Commit

Permalink
fix: trigger build (#344)
Browse files Browse the repository at this point in the history
Co-authored-by: amateima <[email protected]>
  • Loading branch information
amateima and amateima authored Feb 21, 2024
1 parent 4ce4138 commit 3c6c57e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ export class SpeedUpEventsV3Consumer {
const deposit = await this.depositRepository.findOne({ where: { sourceChainId: depositSourceChainId, depositId } });

if (!deposit) throw new Error("Deposit not found");

if (this.isSpeedUpAlreadyProcessed(deposit, job.data)) return;

await this.processSpeedUpEventQueueMessage(deposit, job.data);
Expand Down

0 comments on commit 3c6c57e

Please sign in to comment.