From e678f590ea72f044704a4eddacfe1fc2e6409e9f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20FAMIBELLE-PRONZOLA?= Date: Fri, 2 Aug 2024 19:10:44 +0200 Subject: [PATCH] Revert "Typo" This reverts commit 5185f825e5bd810eb67c107afab7575183884c4d. --- src/api/parole/content-types/parole/lifecycles.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/api/parole/content-types/parole/lifecycles.js b/src/api/parole/content-types/parole/lifecycles.js index 6820322..fe9996f 100644 --- a/src/api/parole/content-types/parole/lifecycles.js +++ b/src/api/parole/content-types/parole/lifecycles.js @@ -186,7 +186,7 @@ module.exports = { const previousPublishedAt = previousData.publishedAt const currentPublished_at = data.publishedAt if (currentPublished_at != previousPublishedAt) { - const message = `Nouvelle publication ! + const message = `Nouvelle publication ❤️ \n${process.env.WEBSITE_URL}/paroles/${previousData.slug}` if (previousData.user) { strapi.plugins['email'].services.email.send({