Skip to content

Commit b2bc047

Browse files
committed
Update flightRoutes.yaml to change existing flight month to August and add new flight routes from Denver to Washington DC and Washington DC to Boston, all for work-related travel in 2025.
1 parent d37ee15 commit b2bc047

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

_data/flightRoutes.yaml

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2444,7 +2444,23 @@
24442444
destination: "Denver"
24452445
airline: "United"
24462446
year: 2025
2447-
month: "July"
2447+
month: "August"
2448+
occasion: "Work"
2449+
travelers: ["Patrick"]
2450+
2451+
- origin: "Denver"
2452+
destination: "Washington DC"
2453+
airline: "United"
2454+
year: 2025
2455+
month: "August"
2456+
occasion: "Work"
2457+
travelers: ["Patrick"]
2458+
2459+
- origin: "Washington DC"
2460+
destination: "Boston"
2461+
airline: "United"
2462+
year: 2025
2463+
month: "August"
24482464
occasion: "Work"
24492465
travelers: ["Patrick"]
24502466

0 commit comments

Comments
 (0)