Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Idokah committed Sep 21, 2023
1 parent a9bdd5b commit b96c1a5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ schemas.json
packages/.DS_Store
.DS_Store
.eslintcache
.infracost

# dependencies
node_modules
Expand Down
1 change: 0 additions & 1 deletion libs/velo-external-db-core/src/web/jwt-verifier.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ export class JWTVerifier {
if (decodedToken && decodedToken.data && decodedToken.data.request) {
return decodedToken.data.request
} else {
console.dir({ decodedToken }, { depth: 4 })
throw new UnauthorizedError('Authorization failed')
}
} catch (error: any) {
Expand Down

0 comments on commit b96c1a5

Please sign in to comment.