mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
lint fix
This commit is contained in:
parent
8b0c1feb3e
commit
dc8091b60b
@ -471,7 +471,6 @@ export class UserResolver {
|
||||
@Ctx() context: any,
|
||||
): Promise<boolean> {
|
||||
const userRepository = getCustomRepository(UserRepository)
|
||||
const userSettingRepository = getCustomRepository(UserSettingRepository)
|
||||
const userEntity = await userRepository.findByPubkeyHex(context.pubKey)
|
||||
const loginUser = await LoginUser.findOneOrFail({ email: userEntity.email })
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user