Skip to content

Commit

Permalink
fix: [DHIS2-118654] Use importStrategy=DELETE to support older backend
Browse files Browse the repository at this point in the history
  • Loading branch information
ameenhere committed Dec 18, 2024
1 parent 0e602f4 commit 960784f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ export const startDeleteEventDataEntry = (serverData: Object, eventId: string, p
actionCreator(actionTypes.START_DELETE_EVENT_DATA_ENTRY)({ eventId }, {
offline: {
effect: {
url: 'tracker?async=false&importStrategy=delete',
url: 'tracker?async=false&importStrategy=DELETE',
method: effectMethods.POST,
data: serverData,
},
Expand Down

0 comments on commit 960784f

Please sign in to comment.