reps for dns
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user