Merge remote-tracking branch 'origin/main' into add-missing-airline-check

This commit is contained in:
2026-07-15 11:36:07 +10:00
10 changed files with 256 additions and 30 deletions
+1 -1
View File
@@ -303,7 +303,7 @@ export interface Flight {
airline: Airline | null
aircraft: Aircraft | null
seat_type: SeatType | null
crew_type: CrewType | null
crew_type?: CrewType | null
flight_reason: FlightReason | null
flight_class: FlightClass | null
duration_display: string