chore(deps): update typeorm

This commit is contained in:
renovate[bot] 2022-06-25 13:48:25 +00:00 committed by Julian Tölle
parent 9900bc641d
commit ef84800ce8
22 changed files with 232 additions and 242 deletions

View file

@ -98,7 +98,7 @@ export class AuthService {
}
async findSession(id: string): Promise<AuthSession> {
return this.authSessionRepository.findOne(id);
return this.authSessionRepository.findOneBy({ id });
}
async findUser(id: string): Promise<User> {