Skip to content

Commit

Permalink
Fix accidental global variable "name" Arachnid#14
Browse files Browse the repository at this point in the history
  • Loading branch information
aantthony committed Nov 3, 2021
1 parent c623e73 commit 217ff8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ function namehash (inputName) {
node += '00'
}

name = normalize(inputName)
var name = normalize(inputName)

if (name) {
var labels = name.split('.')
Expand Down

0 comments on commit 217ff8d

Please sign in to comment.