Skip to content

Commit

Permalink
[PR feedback] yeet
Browse files Browse the repository at this point in the history
  • Loading branch information
cee-chen committed Jul 20, 2021
1 parent 9bcea08 commit f65d772
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ export const checkAccess = async ({
}

// We can only retrieve the active space when security is enabled and the request has already been authenticated
const attemptSpaceRetrieval = isRbacEnabled && request.auth.isAuthenticated;
const attemptSpaceRetrieval = request.auth.isAuthenticated;
let allowedAtSpace = false;

if (attemptSpaceRetrieval) {
Expand Down

0 comments on commit f65d772

Please sign in to comment.