Odstranění přebytečných dat, aktualizace TODO

This commit is contained in:
2023-10-15 21:02:58 +02:00
parent f2983b4397
commit eb82c23386
4 changed files with 3 additions and 6 deletions

View File

@@ -35,7 +35,6 @@ function getEmptyData(date?: Date): ClientData {
isWeekend: getIsWeekend(usedDate),
weekIndex: getDayOfWeekIndex(usedDate),
choices: {},
departureTimes: Object.values(DepartureTime), // TODO tohle zmizí, bude se přidávat do dat dynamicky
};
}