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 26, 2024
1 parent cd76c86 commit d78a60d
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 @@ -42,7 +42,7 @@ fn(state => {
return today.toISOString(); // Convert to ISO string
}

const cursorValue = manualCursor || dynamicCursor;
const cursorValue = dynamicCursor || manualCursor ;
console.log('Cursor value to use in query:', cursorValue);

const formsList = sheetsData.map(survey => ({
Expand Down

0 comments on commit d78a60d

Please sign in to comment.