mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
more lint fixes
This commit is contained in:
parent
d78585309a
commit
2b113f841b
@ -12,7 +12,8 @@ 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)
|
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 })
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user