chore: add custom_rdap_servers.yaml in .gitignore file

This commit is contained in:
Maël Gangloff
2024-11-03 13:19:38 +01:00
parent 500b901b7a
commit 1ac11e35b4
3 changed files with 1 additions and 7 deletions

View File

@@ -46,12 +46,6 @@ final readonly class UpdateRdapServersHandler
$throws[] = $throwable;
}
try {
$this->RDAPService->updateRDAPServersFromIANA();
} catch (\Throwable $throwable) {
$throws[] = $throwable;
}
try {
$this->RDAPService->updateRDAPServersFromFile($this->bag->get('custom_rdap_servers_file'));
} catch (\Throwable $throwable) {