diff --git a/actions/azurestorage.js b/actions/azurestorage.js index 1e1db67d..932e26e6 100644 --- a/actions/azurestorage.js +++ b/actions/azurestorage.js @@ -477,7 +477,7 @@ export const createRepPDFBlob = async ( : await blockBlobClient.uploadStream(content); const locationMap = [ - { key: "_IP_Comments_", value: "846040038" }, // most specific first + { key: "_IP_-_Comments_", value: "846040038" }, // most specific first { key: "_IP_", value: "846040005" }, { key: "_Statement_", value: "846040002" }, { key: "_Questionnaire_", value: "846040001" }, @@ -644,7 +644,7 @@ export const uploadFile = async (formContent, containerName, foldername) => { ], value: "846040000" }, - { match: ["_IP_Comments_"], value: "846040038" }, + { match: ["_IP_-_Comments_"], value: "846040038" }, { match: ["_Consultation_Response_"], value: "846040036" @@ -778,7 +778,7 @@ export const uploadSingleFile = async ( value: "846040000" }, - { pattern: /_IP_Comments_/, value: "846040038" }, + { pattern: /_IP_-_Comments_/, value: "846040038" }, { pattern: /_IP_/, value: "846040005" }, { pattern: /_Statement_/, value: "846040002" }, { pattern: /_Questionnaire_/, value: "846040001" },