mirror of
https://github.com/maelgangloff/domain-watchdog.git
synced 2025-12-29 16:15:04 +00:00
fix: convertToIdn static function
This commit is contained in:
@@ -459,7 +459,7 @@ class WatchListController extends AbstractController
|
||||
|
||||
foreach ($domains as $ldhName) {
|
||||
/** @var ?Domain $domain */
|
||||
$domain = $this->domainRepository->findOneBy(['ldhName' => $ldhName]);
|
||||
$domain = $this->domainRepository->findOneBy(['ldhName' => RDAPService::convertToIdn($ldhName)]);
|
||||
|
||||
if (null === $domain) {
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user