Skip to content

Commit

Permalink
add log
Browse files Browse the repository at this point in the history
  • Loading branch information
carolk-dev committed Dec 12, 2024
1 parent acc51e4 commit ae48c75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bridge/src/messages/pending-transaction-retry-message.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ export class PendingTransactionRetryMessage implements Message {
}

render(): ForceOmit<Partial<ChatPostMessageArguments>, "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) => ({
Expand Down

0 comments on commit ae48c75

Please sign in to comment.