aboutsummaryrefslogtreecommitdiff
path: root/src/controllers/estimatedSchedule.controller.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/controllers/estimatedSchedule.controller.ts')
-rw-r--r--src/controllers/estimatedSchedule.controller.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/controllers/estimatedSchedule.controller.ts b/src/controllers/estimatedSchedule.controller.ts
index bead83e..fef2516 100644
--- a/src/controllers/estimatedSchedule.controller.ts
+++ b/src/controllers/estimatedSchedule.controller.ts
@@ -1,7 +1,7 @@
import createHttpError from "http-errors";
import { type RequestHandler } from "express";
import { scrapeEstimatedSchedule } from "../parsers/index.js";
-import { type EstimatedScheduleQueryParams } from "../models/controllers/index.js";
+import { type EstimatedScheduleQueryParams } from "../types/controllers/index.js";
// /anime/schedule?date=${date}
const getEstimatedSchedule: RequestHandler<