Skip to content

Commit

Permalink
fix for #1748
Browse files Browse the repository at this point in the history
  • Loading branch information
gfx committed Aug 10, 2018
1 parent ddf7b17 commit 73e28fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/graphql/schema/base_64_encoder.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ class Schema
# @api private
module Base64Encoder
def self.encode(plaintext, nonce: false)
Base64bp.urlsafe_encode64(plaintext, padding: false)
Base64Bp.urlsafe_encode64(plaintext, padding: false)
end

def self.decode(ciphertext, nonce: false)
Expand Down

0 comments on commit 73e28fd

Please sign in to comment.