adjusted ordering of sequence to complete

This commit is contained in:
2024-05-02 10:37:28 +01:00
parent eb08e67546
commit 0f3d20ca80
6 changed files with 67 additions and 31 deletions
+1
View File
@@ -1740,6 +1740,7 @@ export const sendCaseCompleteMessage = async (containerID, caseReference) => {
return axios(config)
.then((res) => {
console.log("sendCaseCompleteMessage: ", res.data);
return res.data;
})
.catch((error) => {