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 Nov 15, 2023
1 parent cc6de42 commit 62939c3
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 = '2023-09-16T05:00:05.908Z'; //for missing referral: '2023-08-13T06:00:00.862Z';
const manualCursor = '2023-11-15T02:00:04.102Z'; //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 62939c3

Please sign in to comment.