mirror of
https://github.com/maelgangloff/domain-watchdog.git
synced 2025-12-29 16:15:04 +00:00
fix: enable domain update
This commit is contained in:
@@ -53,7 +53,7 @@ final readonly class ProcessWatchListTriggerHandler
|
|||||||
$updatedAt = $domain->getUpdatedAt();
|
$updatedAt = $domain->getUpdatedAt();
|
||||||
|
|
||||||
try {
|
try {
|
||||||
//$domain = $this->RDAPService->registerDomain($domain->getLdhName());
|
$domain = $this->RDAPService->registerDomain($domain->getLdhName());
|
||||||
} catch (Throwable) {
|
} catch (Throwable) {
|
||||||
$this->sendEmailDomainUpdateError($domain, $watchList->getUser());
|
$this->sendEmailDomainUpdateError($domain, $watchList->getUser());
|
||||||
//continue; // This line is commented out to allow the purchase of expired domains
|
//continue; // This line is commented out to allow the purchase of expired domains
|
||||||
|
|||||||
Reference in New Issue
Block a user