From 7a0ad8a37ba61f1db6f2a613f2b6eef1f380456a Mon Sep 17 00:00:00 2001 From: samuel Date: Tue, 13 Feb 2024 20:33:24 +0100 Subject: [PATCH] Revert "fix" This reverts commit 7251139f36af7968b4fd98ee282bda2a9880cfb9. --- .../http/rest/dto/policy-rules/set-policy-rules-request.dto.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/authz/src/app/http/rest/dto/policy-rules/set-policy-rules-request.dto.ts b/apps/authz/src/app/http/rest/dto/policy-rules/set-policy-rules-request.dto.ts index 3a0fe523c..3e140355d 100644 --- a/apps/authz/src/app/http/rest/dto/policy-rules/set-policy-rules-request.dto.ts +++ b/apps/authz/src/app/http/rest/dto/policy-rules/set-policy-rules-request.dto.ts @@ -10,7 +10,7 @@ export class SetPolicyRulesDto extends BaseActionDto { @IsString() @IsNotEmpty() @Matches(Action.SET_POLICY_RULES) - @ApiProperty({ default: Action.SET_POLICY_RULES }) + @ApiProperty() action: typeof Action.SET_POLICY_RULES @ArrayNotEmpty()