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 May 6, 2024
1 parent e3fdcce commit 991229b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion form-sharing/3-updateSheetsList.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,8 @@ fn(state => {
];
});

console.log('sheetsData to append:: ', state.sheetsData);
console.log('# of new forms detected:: ', state.sheetsData.length);
console.log('Forms to add to the master sheet:: ', state.sheetsData);
return state;
});

Expand Down

0 comments on commit 991229b

Please sign in to comment.