diff --git a/src/Service/RDAPService.php b/src/Service/RDAPService.php index c8b692c..b20bbdb 100644 --- a/src/Service/RDAPService.php +++ b/src/Service/RDAPService.php @@ -101,10 +101,6 @@ readonly class RDAPService */ public static function isToBeWatchClosely(Domain $domain, \DateTimeImmutable $updatedAt): bool { - if ($updatedAt->diff(new \DateTimeImmutable('now'))->h < 23) { - return false; - } - $status = $domain->getStatus(); if (!empty($status) && count(array_intersect($status, self::IMPORTANT_STATUS))) { return true;