Skip to content

Commit

Permalink
Revert "fix"
Browse files Browse the repository at this point in the history
This reverts commit 7251139.
  • Loading branch information
samuel committed Feb 13, 2024
1 parent 5018b0d commit 7a0ad8a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 7a0ad8a

Please sign in to comment.