Skip to content

Commit

Permalink
Update 3-updateSheetsList.js
Browse files Browse the repository at this point in the history
  • Loading branch information
aleksa-krolls authored May 14, 2024
1 parent 3a7199b commit 14309d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion form-sharing/3-updateSheetsList.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ fn(state => {

const currentDateTime = new Date().toISOString();

const autoSync = true;
const autoSync = false;

state.sheetsData = filteredKoboFormsData.map(form => {
const formName = form.name;
Expand Down

0 comments on commit 14309d6

Please sign in to comment.