fixes
Build And Push Image / docker (push) Successful in 1m36s
Details
Build And Push Image / docker (push) Successful in 1m36s
Details
This commit is contained in:
parent
1f50c2adb7
commit
dc0a3c6a2f
|
|
@ -152,7 +152,7 @@ export class EmailService {
|
|||
* Preload and compile email templates
|
||||
*/
|
||||
private preloadTemplates(): void {
|
||||
const templateNames = ['welcome', 'welcome-board', 'verification', 'password-reset', 'dues-reminder', 'test'];
|
||||
const templateNames = ['welcome', 'welcome-board', 'verification', 'password-reset', 'dues-reminder', 'dues-due-soon', 'dues-overdue', 'test'];
|
||||
|
||||
templateNames.forEach(templateName => {
|
||||
try {
|
||||
|
|
|
|||
Loading…
Reference in New Issue