Skip to content

Commit

Permalink
Merge pull request #99 from sduc/master
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreiIgna authored Apr 21, 2023
2 parents fcafa6f + a8588b2 commit 24a72fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/parsers.js
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ const parseSimpleWhois = (whois) => {
} else if (isGroup) {
data[isGroup] = group
} else {
for (key in group) {
for (const key in group) {
const label = renameLabels[key] || key
data[label] = group[key]
}
Expand Down

0 comments on commit 24a72fd

Please sign in to comment.