Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/LayeredStudio/whoiser
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreiIgna committed Apr 21, 2023
2 parents 6583136 + 5d35a69 commit 27978e8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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 27978e8

Please sign in to comment.