fix: remove check length for the notif settings
This commit is contained in:
@@ -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}`,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user