Skip to content

Commit

Permalink
#454 Store and retrieve project actions in/from the backend
Browse files Browse the repository at this point in the history
  • Loading branch information
Adriána Kohanová committed Nov 13, 2020
1 parent d5ba1e2 commit e7aaded
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/reducers/tracking/dispatchActions.js
Original file line number Diff line number Diff line change
Expand Up @@ -904,7 +904,7 @@ const sendTruckingActions = (sendActions, currentProject) => (dispatch, getState
dispatch(setIsActionsSending(true));
return api({
url: `${base_url}/api/session-actions/${projectID}/`,
method: METHOD.PUT,
method: METHOD.POST,
data: JSON.stringify(sendActions)
})
.then(response => {
Expand Down

0 comments on commit e7aaded

Please sign in to comment.