mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
fix variable name
This commit is contained in:
parent
3b7f565b02
commit
b7ce0e277c
@ -538,7 +538,7 @@ export class UserResolver {
|
|||||||
if (aliasInUse.length !== 0) {
|
if (aliasInUse.length !== 0) {
|
||||||
throw new LogError('Alias already in use', alias)
|
throw new LogError('Alias already in use', alias)
|
||||||
}
|
}
|
||||||
userEntity.alias = alias
|
user.alias = alias
|
||||||
}
|
}
|
||||||
|
|
||||||
if (language) {
|
if (language) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user