fix: remove check length for the notif settings
This commit is contained in:
@@ -79,7 +79,8 @@ export class AuthService {
|
||||
await this.notificationService.createNewCustomerNotification(
|
||||
admin.id,
|
||||
{
|
||||
userPhone: user.phone,
|
||||
userPhone: admin.phone,
|
||||
userEmail: admin.email,
|
||||
fullName: `${user.firstName} ${user.lastName}`,
|
||||
mobile: user.phone,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user