Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
samuel committed Feb 13, 2024
1 parent 15927ff commit 7251139
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()
@ApiProperty({ default: Action.SET_POLICY_RULES })
action: typeof Action.SET_POLICY_RULES

@ArrayNotEmpty()
Expand Down

0 comments on commit 7251139

Please sign in to comment.