Skip to content

Commit

Permalink
fix: update outputType from TRACKED_ENTITY to TRACKED_ENTITY_INSTANCE
Browse files Browse the repository at this point in the history
  • Loading branch information
martinkrulltott committed Dec 27, 2023
1 parent a4972e9 commit a7f9396
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/analytics/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export const formatDimension = ({
}) =>
[
// XXX it would be clearer to have this consistent with what is sent in the request as for EVENT/ENROLLMENT
outputType === 'TRACKED_ENTITY' ? programId : undefined,
outputType === 'TRACKED_ENTITY_INSTANCE' ? programId : undefined,
programStageId,
dimension,
]
Expand Down

0 comments on commit a7f9396

Please sign in to comment.