Skip to content

Commit

Permalink
Too many merges
Browse files Browse the repository at this point in the history
  • Loading branch information
anakinj committed Aug 17, 2024
1 parent bf1be2d commit 50e2dd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/jwt/encode.rb
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def encoded_header_and_payload
end

def encode_header
encode_data(@headers.merge(@algorithm.header(signing_key: @key).merge))
encode_data(@headers.merge(@algorithm.header(signing_key: @key)))
end

def encode_payload
Expand Down

0 comments on commit 50e2dd1

Please sign in to comment.