Skip to content

Commit

Permalink
[email protected]'s change on OpenFn.org
Browse files Browse the repository at this point in the history
  • Loading branch information
aleksa-krolls committed Oct 7, 2024
1 parent b14919f commit c142a1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jobs/V2/f1-j1-getPrimeroCasesV2.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Either use a manual cursor, or take the cursor from the last run.
fn(state => {
console.log('Last sync end date:', state.lastRunDateTime || 'undefined; using manual cursor...');
const manualCursor = '2024-08-03T23:00:04.346Z'; //for missing referral: '2023-08-13T06:00:00.862Z';
const manualCursor = '2024-10-01T20:00:04.400Z'; //for missing referral: '2023-08-13T06:00:00.862Z';
const currentAttempt = new Date().toISOString();
console.log('Current attempt time:', currentAttempt);

Expand Down

0 comments on commit c142a1c

Please sign in to comment.