Skip to content

Commit 6a6a080

Browse files
committed
Update jwt.strategy.ts
1 parent 5f44db3 commit 6a6a080

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

service/src/core/auth/jwt.strategy.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import { JwtPayload } from 'jsonwebtoken'
1111
export class JwtStrategy extends PassportStrategy(Strategy, 'jwt') {
1212
constructor(
1313
private readonly auth: AuthService,
14-
private readonly config: ConfigService,
14+
config: ConfigService,
1515
) {
1616
super({
1717
secretOrKey: config.get<string>('jwt.options.secret'),

0 commit comments

Comments
 (0)