update pdf templates with attched docs
This commit is contained in:
@@ -615,7 +615,7 @@ export const downloadAllRepsFiles = async (containerName, repsBlobObj) => {
|
||||
console.log("is empt and an array");
|
||||
|
||||
for (const prop in repsBlobObj) {
|
||||
console.log(`Progress - ${prop}: ${repsBlobObj[prop].path}`);
|
||||
//console.log(`Progress - ${prop}: ${repsBlobObj[prop].path}`);
|
||||
blobClient = containerClient.getBlobClient(repsBlobObj[prop].path);
|
||||
downloadedBlob = await blobClient.download(0);
|
||||
let repBlobObj = await streamToBuffer(
|
||||
@@ -823,7 +823,7 @@ export const getRepsBlobs = async (containerName) => {
|
||||
});
|
||||
}
|
||||
|
||||
console.log("blobObjwwwww:", blobObj);
|
||||
//console.log("blobObjwwwww:", blobObj);
|
||||
|
||||
return blobObj;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user