We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f44db3 commit 6a6a080Copy full SHA for 6a6a080
service/src/core/auth/jwt.strategy.ts
@@ -11,7 +11,7 @@ import { JwtPayload } from 'jsonwebtoken'
11
export class JwtStrategy extends PassportStrategy(Strategy, 'jwt') {
12
constructor(
13
private readonly auth: AuthService,
14
- private readonly config: ConfigService,
+ config: ConfigService,
15
) {
16
super({
17
secretOrKey: config.get<string>('jwt.options.secret'),
0 commit comments