Skip to content

Commit

Permalink
Add last_accessed
Browse files Browse the repository at this point in the history
  • Loading branch information
pontusab committed Oct 15, 2024
1 parent dc48517 commit 279df6a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/jobs/src/transactions/sync.ts
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,7 @@ client.defineJob({
const newErrorRetries = currentErrorRetries + 1;

updateData = {
last_accessed: new Date().toISOString(),
status: connectionStatus.status,
error_details: connectionStatus.errorDetails,
};
Expand Down

0 comments on commit 279df6a

Please sign in to comment.