From c142a1c4f18050850f32857c6c07167d7a774c2f Mon Sep 17 00:00:00 2001 From: Aleksa Krolls Date: Mon, 7 Oct 2024 16:52:40 +0300 Subject: [PATCH] aleksa@openfn.org's change on OpenFn.org --- jobs/V2/f1-j1-getPrimeroCasesV2.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jobs/V2/f1-j1-getPrimeroCasesV2.js b/jobs/V2/f1-j1-getPrimeroCasesV2.js index 518de08..75708d7 100644 --- a/jobs/V2/f1-j1-getPrimeroCasesV2.js +++ b/jobs/V2/f1-j1-getPrimeroCasesV2.js @@ -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);