removed pinswg_name from appeal json so crm displays correct assigned reference
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user