feat: migrate manual journal to nestjs

This commit is contained in:
Ahmed Bouhuolia
2024-12-26 20:57:21 +02:00
parent cd84872a61
commit 736cedd63d
34 changed files with 2129 additions and 69 deletions

View File

@@ -21,7 +21,8 @@ export class TemplateInjectable {
return templateRender(filename, {
organizationName: organization.metadata.name,
organizationEmail: organization.metadata.email,
// @todo email
organizationEmail: '',
__: this.i18n.t,
...options,
});