fix: remove check length for the notif settings
This commit is contained in:
@@ -529,8 +529,8 @@ export class DanakServicesService {
|
||||
admin.id,
|
||||
{
|
||||
serviceName: service.name,
|
||||
userPhone: user.phone,
|
||||
userEmail: user.email,
|
||||
userPhone: admin.phone,
|
||||
userEmail: admin.email,
|
||||
fullName: `${user.firstName} ${user.lastName}`,
|
||||
},
|
||||
queryRunner,
|
||||
|
||||
Reference in New Issue
Block a user