Skip to content

Commit

Permalink
log
Browse files Browse the repository at this point in the history
  • Loading branch information
Alwin24 committed Jul 25, 2024
1 parent e39fb8f commit ad6930c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/listenerCallback.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const callback = async (data: any) => {
try {
await TxnSignature.create({ txnSignature });
} catch (error: any) {
if (error.code !== 11000) console.log();
if (error.code !== 11000) console.log(txnSignature, error.message);
return;
}

Expand Down

0 comments on commit ad6930c

Please sign in to comment.