all repos — caroster @ 2b7fb817e6b5f6f8cec73d78960ce1695fa318a9

[Octree] Group carpool to your event https://caroster.io

fix: 🐛 Email text preview display variable names
Simon Mulquin simon@octree.ch
Thu, 23 May 2024 19:30:19 +0900
commit

2b7fb817e6b5f6f8cec73d78960ce1695fa318a9

parent

129bfe7ea037f0a0d837d009892bda761812a588

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M backend/src/api/email/services/email.tsbackend/src/api/email/services/email.ts

@@ -89,7 +89,7 @@

return { subject, html, - text: notif.content, + text: mdContent, }; } catch (error) { strapi.log.error(