Apply suggestion from @CommanderStorm
This commit is contained in:
parent
9ea2752d09
commit
3f8208f205
@ -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", { domain: tld.domain });
|
||||
throw new TranslatableError("domain_expiry_unsupported_is_icann", { domain: tld.domain, publicSuffix: tld.publicSuffix });
|
||||
}
|
||||
|
||||
const rdap = await getRdapServer(tld.publicSuffix);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user