Remove takeoffs field, add dashboard route

This commit is contained in:
april
2024-01-08 14:59:07 -06:00
parent 921a3be6b2
commit b446ac93eb
6 changed files with 25 additions and 66 deletions

View File

@@ -23,9 +23,7 @@ type FlightBaseSchema = {
time_xc: number;
dist_xc: number;
takeoffs_day: number;
landings_day: number;
takeoffs_night: number;
landings_night: number;
time_instrument: number;