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 28, 2024
1 parent f16b695 commit 35d1fb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bns/getFormsListFromSheets.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ fn(state => {

// Set a manual cursor if you'd like to only fetch data after this date...
//e.g., '2023-01-01T23:51:45.491+01:00'
const manualCursor = '2024-10-15T00:00:00.000Z'; //lastUsed: 2024-04-01T00:00:00.000Z
const manualCursor = ''; //lastUsed: 2024-10-15T00:00:00.000Z
console.log('manualCursor defined?', manualCursor);

//...otherwise the job will use this dynamicCursor
Expand Down

0 comments on commit 35d1fb9

Please sign in to comment.