mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
fix ulfs assumptions
This commit is contained in:
parent
ff2ab310a1
commit
21960a5505
7120
backend/package-lock.json
generated
Normal file
7120
backend/package-lock.json
generated
Normal file
File diff suppressed because it is too large
Load Diff
@ -12,6 +12,7 @@ export class UserSettingRepository extends Repository<UserSetting> {
|
|||||||
throw new Error("coinanimation value isn't boolean")
|
throw new Error("coinanimation value isn't boolean")
|
||||||
}
|
}
|
||||||
break
|
break
|
||||||
|
default: throw new Error('key isn\'t defined: ' + key)
|
||||||
}
|
}
|
||||||
let entity = await this.findOne({ userId: userId, key: key })
|
let entity = await this.findOne({ userId: userId, key: key })
|
||||||
|
|
||||||
|
|||||||
@ -222,7 +222,6 @@ with:
|
|||||||
```json
|
```json
|
||||||
{
|
{
|
||||||
"session_id": -127182,
|
"session_id": -127182,
|
||||||
"email": "max.musterman@gmail.de",
|
|
||||||
"update": {
|
"update": {
|
||||||
"User.first_name": "Max",
|
"User.first_name": "Max",
|
||||||
"User.last_name" : "Musterman",
|
"User.last_name" : "Musterman",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user