Skip to content

Commit

Permalink
chore(jwt.cr): fix ameba warning
Browse files Browse the repository at this point in the history
  • Loading branch information
stakach authored Apr 30, 2022
1 parent f5484aa commit e592c0c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/jwt.cr
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,6 @@ module JWT
base64_encode(signature)
end

# ameba:disable Metrics/CyclomaticComplexity
def sign(algorithm : Algorithm, key : String, data : String)
case algorithm
in Algorithm::None then ""
Expand Down

0 comments on commit e592c0c

Please sign in to comment.