update state order

This commit is contained in:
2024-05-03 12:32:25 +01:00
parent 46582d761c
commit 4735993ae5
3 changed files with 6 additions and 57 deletions
@@ -43,7 +43,9 @@ ApiProxy.get(async (req, res) => {
await createBlob(JSON.stringify(blobProgress), containerName, tempCaseRef)
.then(() => {
createCaseCompleteMessage(containerName, tempCaseRef);
return res.status(200).json(data);
return res.status(200).json({
status: "success",
});
})
.catch((error) => {
console.log(