From ae48c7531f09156ec64d8bca95a83531791cbdf6 Mon Sep 17 00:00:00 2001 From: carolk-dev Date: Thu, 12 Dec 2024 15:55:28 +0900 Subject: [PATCH] add log --- bridge/src/messages/pending-transaction-retry-message.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bridge/src/messages/pending-transaction-retry-message.ts b/bridge/src/messages/pending-transaction-retry-message.ts index 78ff4a6..801bb73 100644 --- a/bridge/src/messages/pending-transaction-retry-message.ts +++ b/bridge/src/messages/pending-transaction-retry-message.ts @@ -19,8 +19,8 @@ export class PendingTransactionRetryMessage implements Message { } render(): ForceOmit, "channel"> { - console.log(this.transactions); if (this.transactions) { + console.log("Pending Transactions : ", this.transactions); return { text: `${this.transactions.length} Pending Transactions Found`, attachments: this.transactions.map((tx) => ({