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 65f49d4 commit 574a684
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion form-sharing/1-getNewKoboForms.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ getForms({}, state => {
// };

// state.koboForms = state.data.results.filter(form => checkForKeyWords(form.name));
console.log(state.data.result);
console.log('data::', state.data);
console.log('results::', state.data.results);
return state;
});

0 comments on commit 574a684

Please sign in to comment.