refactor: Remove unnecessary comment in Oauth2Strategy constructor
This commit is contained in:
parent
dd486229c4
commit
38e491dc13
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user