seeder update

This commit is contained in:
2025-12-21 10:44:08 +03:30
parent c9a182784f
commit c36ff7ed85
+2 -2
View File
@@ -20,8 +20,8 @@ export class UserWalletsSeeder {
const wallet = em.create(UserWallet, {
user,
restaurant,
wallet: 150000,
points: 125,
wallet: 150000000,
points: 1250,
});
em.persist(wallet);
}