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 3, 2024
1 parent 27dd551 commit 249eb5f
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 @@ -38,7 +38,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 249eb5f

Please sign in to comment.