refactor: Remove unnecessary comment in Oauth2Strategy constructor

This commit is contained in:
M1000 2024-12-06 01:03:30 +01:00
parent dd486229c4
commit 38e491dc13

View File

@ -12,7 +12,6 @@ export class Oauth2Strategy extends PassportStrategy(Strategy, "oauth2") {
configService: ConfigService;
constructor(
// @ts-ignore
private readonly authService: AuthService,
private readonly userSerivce: UserService,
configService: ConfigService,