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',
bats: 'right',
throws: 'right',
height: 187,
weight: 84,
height: 0,
weight: 0,
state: 'active',
jerseyNumber: 23,
jerseyNumber: 0,
createdAt: new Date(),
updatedAt: new Date(),
user: {
id: 0,
auth: {
email: 'test@de.de',
password: 'test$123'
email: '',
password: ''
},
firstName: 'Demo',
lastName: 'Player',
firstName: '',
lastName: '',
dateOfBirth: new Date(),
roles: ['player'],
createdAt: new Date(),