Skip to content

Commit

Permalink
N21-2062 review fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
arnegns committed Jul 25, 2024
1 parent 3f2e8d2 commit af3ad13
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { SchulconnexPoliciesInfoTargetResponse } from './schulconnex-policies-in

export class SchulconnexPoliciesInfoResponse {
@IsObject()
@ValidateNested({ each: true })
@ValidateNested()
@Type(() => SchulconnexPoliciesInfoTargetResponse)
target!: SchulconnexPoliciesInfoTargetResponse;

Expand Down

0 comments on commit af3ad13

Please sign in to comment.