chore: add business logic

This commit is contained in:
Mahyargdz
2025-05-18 10:19:16 +03:30
parent 1bc8b23452
commit b5c90e8c2e
12 changed files with 119 additions and 187 deletions
@@ -515,6 +515,7 @@ export class NotificationsService {
await this.emailService.sendAdminNotificationEmail({
userEmail: data.userEmail,
title: NotificationMessage.NEW_SUBSCRIPTION,
fullName: data.fullName,
message,
});
}