update state order
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user