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 -1
View File
@@ -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,
},