adjusted ordering of sequence to complete
This commit is contained in:
@@ -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) => {
|
||||
|
||||
Reference in New Issue
Block a user