createappealpdf function fix
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user