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
ritazagoni committed Dec 19, 2024
1 parent 9f64237 commit f5bb722
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions bns/getFormsListFromSheets.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
//== Job to be used for getting a list of "deployed" Kobo forms from sheets to auto-sync ==//
// This can be run on-demand at any time by clicking "run" or modify manualCursor below //
fn(state => { console.log(state.configuration); return state; })
fn(state => {setTimeout(() => {
console.log("After sleep");
}, 10000); return state;}) // Sleep for 2 seconds

getValues(
'1s7K3kxzm5AlpwiALattyc7D9_aIyqWmo2ubcQIUlqlY',
'wcs-bns-DEPLOYED!A:L', //get Deployed forms list from Sheet
Expand Down

0 comments on commit f5bb722

Please sign in to comment.