Skip to content

Commit

Permalink
Cache
Browse files Browse the repository at this point in the history
  • Loading branch information
pontusab committed Dec 18, 2023
1 parent b57ad07 commit 2a2c1c1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/jobs/src/transactions/initial.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ client.defineJob({

const { transactions } = await getTransactions(accountId);

await io.logger.error(JSON.stringify(transactions, null, 2));

// Update bank account last_accessed
await io.supabase.client
.from("bank_accounts")
Expand Down

0 comments on commit 2a2c1c1

Please sign in to comment.