Skip to content

Commit 305d877

Browse files
committed
fix: typo
1 parent e134f0d commit 305d877

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/v35.js

-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ var bytesToUuid = require('./bytesToUuid');
33
function uuidToBytes(uuid) {
44
// Note: We assume we're being passed a valid uuid string
55
var bytes = [];
6-
const el =
76
uuid.replace(/[a-fA-F0-9]{2}/g, function(hex) {
87
bytes.push(parseInt(hex, 16));
98
});

0 commit comments

Comments
 (0)