fix: throw an exception when UpdateRdapServers fail

This commit is contained in:
Maël Gangloff
2024-07-23 18:11:56 +02:00
parent 4334ad1f37
commit 7775273907
2 changed files with 1 additions and 3 deletions

View File

@@ -22,7 +22,6 @@ use Symfony\Component\Serializer\Attribute\Groups;
new Get(
uriTemplate: '/me',
controller: MeController::class,
paginationEnabled: false,
normalizationContext: ["groups" => "user:list"],
read: false
)