Skip to content

Commit

Permalink
fix: post to tracker api fix
Browse files Browse the repository at this point in the history
  • Loading branch information
9sneha-n committed Jan 30, 2025
1 parent d141fea commit 2b93344
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/data/utils/surveyFormMappers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -430,8 +430,6 @@ export const mapQuestionnaireToTrackedEntities = (

const postRequest: TrackerPostRequest = {
trackedEntities: [entity],
enrollments: enrollments,
events: eventsByStage,
};

return Future.success(postRequest);
Expand Down

0 comments on commit 2b93344

Please sign in to comment.