diff --git a/server/src/routes/timeslot.ts b/server/src/routes/timeslot.ts index 5b42b35..5458cfc 100644 --- a/server/src/routes/timeslot.ts +++ b/server/src/routes/timeslot.ts @@ -7,9 +7,7 @@ import utc from "dayjs/plugin/utc" import { client } from "../db"; import { DatabaseError } from "pg"; import Trainer from "../interfaces/trainer"; -import { ReservedTimeslots, Timeslot, TrainerWeeklyTimeslot, WeeklyTimeslot } from "../interfaces/timeslot"; -import { TrainerAuth } from "../middlewares/auth"; -import { trainerExists } from "../middlewares/trainer"; +import { ReservedTimeslots, Timeslot, WeeklyTimeslot } from "../interfaces/timeslot"; import { idSchema } from "../schemas"; dayjs.extend(isoWeek)