IO-1559 Change File name as per Koyel

This commit is contained in:
Allan Carr
2023-11-01 10:28:10 -07:00
parent cf8280590c
commit a27092dbcc

View File

@@ -104,7 +104,7 @@ exports.default = async (req, res) => {
allxmlsToUpload.push({
count: claimsCorpObject.DataFeed.ShopInfo.RO.length,
xml: ret,
filename: `${bodyshop.claimscorpid}-MIS-${moment().format(
filename: `${bodyshop.claimscorpid}-${moment().format(
"YYYYMMDDTHHMMss"
)}.xml`,
});