We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 254ec86 commit 6c4eb49Copy full SHA for 6c4eb49
src/controllers/RefreshToken/service.ts
@@ -87,7 +87,6 @@ class RefreshTokenService {
87
return { accessToken, expiresIn, tokenType: 'Bearer' }
88
}
89
90
- // @ts-ignore
91
throw new ResponseError.Unauthorized(`${verifyToken?.message}`)
92
93
0 commit comments