uat fixes

This commit is contained in:
2024-11-26 09:18:53 +00:00
parent 654a6c1171
commit 8f84ae8d8a
10 changed files with 99 additions and 27 deletions
@@ -35,7 +35,7 @@ ApiProxy.get(async (req, res) => {
});
Object.assign(blobProgress, {
"appealComplete": blobProgress.pinswg_name,
"appealComplete": tempCaseRef,
});
delete blobProgress["pinswg_name"];
+1 -1
View File
@@ -198,7 +198,7 @@ export default async function handler(req, res) {
await createAppealPDFBlob(
renderedPDF,
containerID,
blobProgress.pinswg_name
blobProgress.pinswg_name || blobProgress.caseObj.ticketnumber
).then((data) => {
console.log(
"///////////////////////////////////\nfile created: " +