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 Apr 22, 2024
1 parent 41c58f3 commit ae8cc11
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions form-sharing/2-getSheetsList.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
//Get list of forms we definitely want to sync to the DB; compare with new forms in Kobo
getValues(
"1s7K3kxzm5AlpwiALattyc7D9_aIyqWmo2ubcQIUlqlY", //googlesheet id
"sheetsList of kobo forms!A:K",
(state) => {
state => {
const { koboForms, data } = state;
const [headers, ...sheetsData] = data.values;
const sheetsUids = sheetsData.map((row) => row[0]);
Expand Down

0 comments on commit ae8cc11

Please sign in to comment.