Skip to content

Commit

Permalink
add bookingLimits to UpdateOrgTeamDto
Browse files Browse the repository at this point in the history
  • Loading branch information
CarinaWolli committed Sep 18, 2024
1 parent 62926c9 commit f7de41a
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -72,4 +72,8 @@ export class UpdateOrgTeamDto {
@IsOptional()
@IsString()
readonly weekStart?: string = "Sunday";

@IsOptional()
@IsString()
readonly bookingLimits?: string;
}

0 comments on commit f7de41a

Please sign in to comment.