createappealpdf function fix

This commit is contained in:
2025-06-27 06:21:47 +01:00
parent dfd76757ae
commit e0988de47b
+3
View File
@@ -364,11 +364,14 @@ export const createAppealPDFBlob = async (
const uploadBlobResponse = await blockBlobClient.uploadStream(content);
console.log(uploadBlobResponse);
let whichLocation = "846040000"; // Default value
const tags = {
containerid: containerName,
caseID: caseID,
blobType: "Appeal PDF",
ishareLocation: whichLocation,
documentLocationId: whichLocation,
};
//console.log("the tags:", tags);