refactor: fix merge mistakes

This commit is contained in:
Vincent
2024-09-18 13:52:51 +02:00
parent b7774fe022
commit bbd56d4f0c
3 changed files with 8 additions and 6 deletions

View File

@@ -165,7 +165,6 @@ readonly class RDAPService
/** @var ?Domain $domain */
$domain = $this->domainRepository->findOneBy(['ldhName' => $idnDomain]);
return $domain;
$rdapServerUrl = $rdapServer->getUrl();