Skip to content

Commit

Permalink
Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
pontusab committed Mar 4, 2024
1 parent 296a61e commit e1e1470
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/jobs/src/transactions/sync.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ client.defineJob({
teamId,
});

await io.logger.debug("Formatted transactions", formattedTransactions);

const { error, data: transactionsData } = await io.supabase.client
.from("decrypted_transactions")
.upsert(formattedTransactions, {
Expand Down

0 comments on commit e1e1470

Please sign in to comment.