We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4f90668 + ce4ac7c commit 6ad585aCopy full SHA for 6ad585a
packages/apps/reputation-oracle/server/src/modules/escrow-completion/escrow-completion.service.ts
@@ -274,7 +274,7 @@ export class EscrowCompletionService {
274
chainId,
275
escrowAddress,
276
eventType:
277
- escrowData.status === EscrowStatus[EscrowStatus.Cancelled]
+ escrowStatus === EscrowStatus.Cancelled
278
? OutgoingWebhookEventType.ESCROW_CANCELED
279
: OutgoingWebhookEventType.ESCROW_COMPLETED,
280
};
0 commit comments