feat: add a lock on domain update

This commit is contained in:
Maël Gangloff
2025-11-09 20:03:52 +01:00
parent d236d12cec
commit aebc90d34b
2 changed files with 39 additions and 1 deletions

View File

@@ -7,7 +7,7 @@ final class UpdateDomain
public function __construct(
public string $ldhName,
public ?string $watchlistToken,
public bool $onlyNew = false,
public bool $onlyNew,
) {
}
}