reps for dns

This commit is contained in:
2024-05-23 18:02:56 +01:00
parent 8fad2208f6
commit 30ee6f02d7
6 changed files with 103 additions and 32 deletions
+6
View File
@@ -426,6 +426,8 @@ export const createRepPDFBlob = async (
? "Main Party Questionnaire"
: repName.indexOf("_Comments") > 0
? "Main Party Comments"
: repName.indexOf("_Impact") > 0
? "Main Party Comments"
: "default";
const tags = {
@@ -559,6 +561,8 @@ export const uploadFile = async (formContent, containerName, foldername) => {
? "Main Party Questionnaire"
: files[prop][0].fieldName.indexOf("_Comments_") > 0
? "Main Party Comments"
: files[prop][0].fieldName.indexOf("_Impact_") > 0
? "Main Party Comments"
: "default";
const tags = {
@@ -1277,6 +1281,8 @@ export const createRepCompleteMessage = async (
"/files",
};
console.log("======================", message, "=====================");
const sendMessageResponse = await queueServiceClient
.getQueueClient(whichQueue)
.sendMessage(