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 Aug 22, 2024
1 parent fc97651 commit c14de39
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bns/getKoboData.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ fn(state => {

//console.log('Current cursor value:', state.lastEnd);
// Set a manual cursor if you'd like to only fetch data after this date...
const manualCursor = '2023-01-01T23:51:45.491+01:00';
const manualCursor = '';
//e.g., '2023-01-01T23:51:45.491+01:00'

//...otherwise the job will use this dynamicCursor
const dynamicCursor = getTodayISODate();
Expand Down

0 comments on commit c14de39

Please sign in to comment.