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 Jul 26, 2023
1 parent 42767cd commit 6ecc839
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions jobs/wf2-5-createEvents.js
Original file line number Diff line number Diff line change
Expand Up @@ -106,11 +106,11 @@ fn(state => {
eventDate: encounterDate,
dataValues: [
{
dataElement: 'ZTSBtZKc8Ff',
value: valueForEncounter1,
dataElement: 'ZTSBtZKc8Ff', //diagnosis
value: `'${valueForEncounter1}'`,
},
{
dataElement: 'vqGFXhDM1XG',
dataElement: 'vqGFXhDM1XG', //entry triage color
value: valueForEncounter2,
},
],
Expand Down

0 comments on commit 6ecc839

Please sign in to comment.