fix ulfs assumptions

This commit is contained in:
einhorn_b 2021-10-02 17:13:43 +02:00
parent ff2ab310a1
commit 21960a5505
3 changed files with 7121 additions and 1 deletions

7120
backend/package-lock.json generated Normal file

File diff suppressed because it is too large Load Diff

View File

@ -12,6 +12,7 @@ export class UserSettingRepository extends Repository<UserSetting> {
throw new Error("coinanimation value isn't boolean")
}
break
default: throw new Error('key isn\'t defined: ' + key)
}
let entity = await this.findOne({ userId: userId, key: key })

View File

@ -222,7 +222,6 @@ with:
```json
{
"session_id": -127182,
"email": "max.musterman@gmail.de",
"update": {
"User.first_name": "Max",
"User.last_name" : "Musterman",