fix: remove check length for the notif settings

This commit is contained in:
mahyargdz
2025-05-04 14:58:40 +03:30
parent 170bb867d0
commit d50b18b8aa
8 changed files with 20 additions and 15 deletions
+2 -2
View File
@@ -264,8 +264,8 @@ export class BlogsService {
await this.notificationsService.createNewBlogCommentNotification(
admin.id,
{
userPhone: user.phone,
userEmail: user.email,
userPhone: admin.phone,
userEmail: admin.email,
blogTitle: blog.title,
fullName: `${user.firstName} ${user.lastName}`,
},