We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72a4345 commit e907ee8Copy full SHA for e907ee8
1 file changed
src/ring/util/codec.clj
@@ -77,7 +77,7 @@
77
78
(defn base64-encode
79
"Encode an array of bytes into a base64 encoded string."
80
- [unencoded]
+ [^bytes unencoded]
81
(String. (.encode (Base64/getEncoder) unencoded)))
82
83
(defn base64-decode
0 commit comments