Skip to content

Commit

Permalink
Update step2-map-transform.js
Browse files Browse the repository at this point in the history
  • Loading branch information
aleksa-krolls authored Jun 13, 2024
1 parent c15c689 commit 7ed91e2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dhis2-demo/workflow/step2-map-transform.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
fn(state => {
console.log('data from prior step:: ', state.data);
// do some things to state to map & transform
// see job-writing guide for how to apply javascript in here
return state;
});

0 comments on commit 7ed91e2

Please sign in to comment.