From 24d2c831daad0d9bed6b6c41d4e7f161b03cc44f Mon Sep 17 00:00:00 2001 From: git-directory-deploy <> Date: Tue, 4 Jan 2022 10:18:39 +0100 Subject: [PATCH] publish: Merge branch 'fix/elec-analysis-elec-month' into 'dev' generated from commit 01e7c2b77fe6931c12d94a89e67a365e416b4abc --- services/monthlyReportNotification/ecolyo.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/monthlyReportNotification/ecolyo.js b/services/monthlyReportNotification/ecolyo.js index 546ddcf3b..7b5bb0c2e 100644 --- a/services/monthlyReportNotification/ecolyo.js +++ b/services/monthlyReportNotification/ecolyo.js @@ -144113,7 +144113,7 @@ const monthlyReportNotification = async ({ unsubscribeUrl: unsubscribeUrl, consumptionTextExist: consumptionText.length > 0, consumptionText: consumptionText.replace(/{cozyUrl}/g, appLink + '#/'), - infoText: monthlyReport.info.replace(/{cozyUrl}/g, appLink + '#/'), + infoText: monthlyReport.info.replace('https://ecolyo-agent.grandlyon.com/%7BcozyUrl%7D/', appLink + '#/'), infoImage: monthlyReport.image !== '' ? baseUrl + monthlyReport.image : baseUrl + '/assets/astuce.png', isServiceNews: isServiceNews, isPoll: isPoll, -- GitLab