Skip to content

Commit

Permalink
fix(air-discount-scheme-backend): Added myflug to cooperation field (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
Tryggvig authored Nov 9, 2024
1 parent 5d43b90 commit a6c30f5
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ export class CreateFlightLegBody {
readonly date!: Date

@IsOptional()
@IsEnum([Airlines.norlandair])
@ApiProperty({ enum: [Airlines.norlandair] })
@IsEnum([Airlines.norlandair, Airlines.myflug])
@ApiProperty({ enum: [Airlines.norlandair, Airlines.myflug] })
readonly cooperation?: string
}
export class CheckFlightLegBody {
Expand Down

0 comments on commit a6c30f5

Please sign in to comment.