Skip to content

Commit

Permalink
tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
CarsonF committed Dec 19, 2024
1 parent 467f0ca commit 9abaed3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/partner/dto/create-partner.dto.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ export abstract class CreatePartner {

@Field(() => [ProjectType], { nullable: true })
@Transform(({ value }) => uniq(value))
readonly approvedPrograms: ProjectType[] = [];
readonly approvedPrograms?: ProjectType[] = [];
}

@InputType()
Expand Down

0 comments on commit 9abaed3

Please sign in to comment.