fix variable name

This commit is contained in:
Moriz Wahl 2023-05-09 13:58:53 +02:00
parent 3b7f565b02
commit b7ce0e277c

View File

@ -538,7 +538,7 @@ export class UserResolver {
if (aliasInUse.length !== 0) {
throw new LogError('Alias already in use', alias)
}
userEntity.alias = alias
user.alias = alias
}
if (language) {