Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
suprjinx committed Aug 22, 2024
1 parent 24abff0 commit b6b5d75
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/lib/services/app_registry_service.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ def authorize!(identity, cert_req)
end

private

def decode(token)
# Decode a JWT access token using the configured base.
body = JWT.decode(token, Rails.application.config.astral[:jwt_signing_key])[0]
Expand All @@ -24,7 +24,7 @@ def decode(token)
Rails.logger.warn "Unable to decode token: #{e}"
nil
end

def get_domain_name(fqdn)
# TODO implement
end
Expand Down

0 comments on commit b6b5d75

Please sign in to comment.