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 Aug 17, 2024
1 parent c0d4b50 commit 6dc61d6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions form-sharing/3-updateSheetsList.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,9 @@ fn(state => {
new Date().toISOString(), //row_date_modified
false, //auto_sync checkbox
//job code template
`"{id: '${form.uid}', tag: '${createTagName(form.name)}', name: '${
form.name
}', owner: '${form.owner__username}', instance: '${instance(form.name)}'},"`,
// `"{id: '${form.uid}', tag: '${createTagName(form.name)}', name: '${
// form.name
// }', owner: '${form.owner__username}', instance: '${instance(form.name)}'},"`,
];

state.rowValuesToCreate = formsToCreate.map(form => sheetRowMap(form));
Expand Down

0 comments on commit 6dc61d6

Please sign in to comment.