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 22, 2024
1 parent 430cb50 commit 192c36c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bns/getKoboData.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ each(dataPath('surveys[*]'), state => {
};
});
const count = state.data.submissions.length;
console.log(`Fetched ${count} submissions from ${formId} (${formName} - ${tag}).`);
console.log(`Fetched ${count} submissions from ${formId} (${tag}).`);
//Once we fetch the data, we want to post each individual Kobo survey
//back to the OpenFn inbox to run through the jobs =========================
return each(dataPath('submissions[*]'), state => {
Expand Down

0 comments on commit 192c36c

Please sign in to comment.