Skip to content

Commit

Permalink
[type] set fareClass as optional
Browse files Browse the repository at this point in the history
  • Loading branch information
mrhyde committed Dec 22, 2024
1 parent 172f736 commit eee41b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ryanair/source/flights/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ export const FlightFare = z.object({

export const FareType = z.object({
fareKey: z.string(),
fareClass: z.string(),
fareClass: z.string().optional(),
fares: z.array(FlightFare)
})

Expand Down

0 comments on commit eee41b4

Please sign in to comment.