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 Apr 14, 2024
1 parent 1970c9f commit 57237db
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-01-03T00:00:00.000Z'; //for missing referral: '2023-08-13T06:00:00.862Z';
const manualCursor = '2024-04-09T00:00:00.000Z'; //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 57237db

Please sign in to comment.