createappealpdf function fix
This commit is contained in:
@@ -364,11 +364,14 @@ export const createAppealPDFBlob = async (
|
|||||||
const uploadBlobResponse = await blockBlobClient.uploadStream(content);
|
const uploadBlobResponse = await blockBlobClient.uploadStream(content);
|
||||||
|
|
||||||
console.log(uploadBlobResponse);
|
console.log(uploadBlobResponse);
|
||||||
|
let whichLocation = "846040000"; // Default value
|
||||||
|
|
||||||
const tags = {
|
const tags = {
|
||||||
containerid: containerName,
|
containerid: containerName,
|
||||||
caseID: caseID,
|
caseID: caseID,
|
||||||
blobType: "Appeal PDF",
|
blobType: "Appeal PDF",
|
||||||
|
ishareLocation: whichLocation,
|
||||||
|
documentLocationId: whichLocation,
|
||||||
};
|
};
|
||||||
|
|
||||||
//console.log("the tags:", tags);
|
//console.log("the tags:", tags);
|
||||||
|
|||||||
Reference in New Issue
Block a user