Formatting fix
This commit is contained in:
parent
c67c6f3c1d
commit
60555d644e
@ -167,7 +167,7 @@ class DomainExpiry extends BeanModel {
|
||||
throw new TranslatableError("domain_expiry_public_suffix_too_short", { publicSuffix: tld.publicSuffix });
|
||||
}
|
||||
if (!tld.isIcann) {
|
||||
throw new TranslatableError("domain_expiry_unsupported_is_icann", { hostname: tld.hostname });
|
||||
throw new TranslatableError("domain_expiry_unsupported_is_icann", { domain: tld.domain });
|
||||
}
|
||||
|
||||
const rdap = await getRdapServer(tld.publicSuffix);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user