description
This commit is contained in:
@@ -34,7 +34,8 @@ export class UsersSeeder {
|
||||
|
||||
// Create addresses for users
|
||||
for (const addressData of userAddressesData) {
|
||||
const user = usersMap.get(addressData.userPhone);
|
||||
const normalizedPhone = normalizePhone(addressData.userPhone);
|
||||
const user = usersMap.get(normalizedPhone);
|
||||
if (!user) continue;
|
||||
|
||||
// Check if address already exists for this user
|
||||
|
||||
Reference in New Issue
Block a user