We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62ef29e commit e53793fCopy full SHA for e53793f
1 file changed
src/stringify.js
@@ -34,7 +34,7 @@ export function unsafeStringify(arr, offset = 0) {
34
byteToHex[arr[offset + 13]] +
35
byteToHex[arr[offset + 14]] +
36
byteToHex[arr[offset + 15]]
37
- ).toLowerCase();
+ );
38
}
39
40
function stringify(arr, offset = 0) {
0 commit comments