Skip to content

Commit 73e28fd

Browse files
committed
fix for #1748
1 parent ddf7b17 commit 73e28fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/graphql/schema/base_64_encoder.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ class Schema
77
# @api private
88
module Base64Encoder
99
def self.encode(plaintext, nonce: false)
10-
Base64bp.urlsafe_encode64(plaintext, padding: false)
10+
Base64Bp.urlsafe_encode64(plaintext, padding: false)
1111
end
1212

1313
def self.decode(ciphertext, nonce: false)

0 commit comments

Comments
 (0)