Skip to content

Commit 6ad585a

Browse files
authored
Release #3663 (#3664)
2 parents 4f90668 + ce4ac7c commit 6ad585a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/apps/reputation-oracle/server/src/modules/escrow-completion/escrow-completion.service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ export class EscrowCompletionService {
274274
chainId,
275275
escrowAddress,
276276
eventType:
277-
escrowData.status === EscrowStatus[EscrowStatus.Cancelled]
277+
escrowStatus === EscrowStatus.Cancelled
278278
? OutgoingWebhookEventType.ESCROW_CANCELED
279279
: OutgoingWebhookEventType.ESCROW_COMPLETED,
280280
};

0 commit comments

Comments
 (0)