removed test data from empty player

This commit is contained in:
Sascha Kühl 2025-06-01 19:02:34 +02:00
parent 604f4c3320
commit c8b43b76f8
1 changed files with 7 additions and 7 deletions

View File

@ -15,20 +15,20 @@ class PlayerService extends ApiService<Player> {
gender: 'male', gender: 'male',
bats: 'right', bats: 'right',
throws: 'right', throws: 'right',
height: 187, height: 0,
weight: 84, weight: 0,
state: 'active', state: 'active',
jerseyNumber: 23, jerseyNumber: 0,
createdAt: new Date(), createdAt: new Date(),
updatedAt: new Date(), updatedAt: new Date(),
user: { user: {
id: 0, id: 0,
auth: { auth: {
email: 'test@de.de', email: '',
password: 'test$123' password: ''
}, },
firstName: 'Demo', firstName: '',
lastName: 'Player', lastName: '',
dateOfBirth: new Date(), dateOfBirth: new Date(),
roles: ['player'], roles: ['player'],
createdAt: new Date(), createdAt: new Date(),