Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
broofa committed Jun 28, 2018
1 parent e134f0d commit 305d877
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/v35.js
Expand Up @@ -3,7 +3,6 @@ var bytesToUuid = require('./bytesToUuid');
function uuidToBytes(uuid) {
// Note: We assume we're being passed a valid uuid string
var bytes = [];
const el =
uuid.replace(/[a-fA-F0-9]{2}/g, function(hex) {
bytes.push(parseInt(hex, 16));
});
Expand Down

0 comments on commit 305d877

Please sign in to comment.