fixes
All checks were successful
Build And Push Image / docker (push) Successful in 1m36s

This commit is contained in:
2025-08-15 15:06:39 +02:00
parent 1f50c2adb7
commit dc0a3c6a2f

View File

@@ -152,7 +152,7 @@ export class EmailService {
* Preload and compile email templates * Preload and compile email templates
*/ */
private preloadTemplates(): void { 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 => { templateNames.forEach(templateName => {
try { try {