Skip to content

Commit

Permalink
fixing whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
vbhayden authored Oct 16, 2023
1 parent 9b85129 commit f56e1dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/server/shims/auth.js
Original file line number Diff line number Diff line change
Expand Up @@ -235,8 +235,8 @@ if (process.env.CASS_PLATFORM_ONE_AUTH_ENABLED)
*/
function validateJwt (token) {

if (token == null)
return false;
if (token == null)
return false;

let checkIssuer = interpretEnvFlag(process.env.CASS_PLATFORM_ONE_AUTH_CHECK_ISSUER);
if (checkIssuer) {
Expand Down

0 comments on commit f56e1dd

Please sign in to comment.