removed pinswg_name from appeal json so crm displays correct assigned reference

This commit is contained in:
2024-05-08 17:32:48 +01:00
parent af5a1c037a
commit 322078ce7f
3 changed files with 75 additions and 63 deletions
@@ -35,9 +35,11 @@ ApiProxy.get(async (req, res) => {
});
Object.assign(blobProgress, {
"appealComplete": true,
"appealComplete": blobProgress.pinswg_name,
});
delete blobProgress["pinswg_name"];
//http: if (hashAPIPath(checkquerypath) == "&hash=" + checkHash) {
await createBlob(JSON.stringify(blobProgress), containerName, tempCaseRef)