Skip to content

Commit 2442dc6

Browse files
author
hirsch88
committed
Remove comment
1 parent 0c7e243 commit 2442dc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/auth/authorizationChecker.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ export function authorizationChecker(connection: Connection): (action: Action, r
2020

2121
if (token === undefined) {
2222
log.warn('No token given');
23-
return false; // res.failed(403, 'You are not allowed to request this resource!');
23+
return false;
2424
}
2525

2626
// Request user info at auth0 with the provided token

0 commit comments

Comments
 (0)