NestJS - Authentication
Identify the error in this NestJS refresh token validation snippet:
const payload = this.jwtService.verify(refreshToken, { secret: process.env.ACCESS_TOKEN_SECRET });