description

This commit is contained in:
2025-12-07 11:33:37 +03:30
parent 6b7ead553a
commit 14967bec6e
8 changed files with 49 additions and 2 deletions
+2 -1
View File
@@ -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