Skip to content

Commit

Permalink
Merge pull request #9 from availproject/bug/fix-logging
Browse files Browse the repository at this point in the history
Fix logging.
  • Loading branch information
moraesjeremias authored Jul 8, 2024
2 parents f5d7908 + 151affc commit c2cbe2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/transaction-cron.ts
Original file line number Diff line number Diff line change
Expand Up @@ -572,9 +572,9 @@ export default class TransactionCron {
};
};

logger.info(sourceObj(), "MessageSent");

const data = event[0];
logger.info(sourceObj(), "MessageSent");
const operation = prisma.availsends.upsert({
where: { messageId: BigInt(data.argsValue[4]) },
update: { ...sourceObj() },
Expand Down

0 comments on commit c2cbe2c

Please sign in to comment.