From f4c276134ac45050beecb7d0078abd68a142bfec Mon Sep 17 00:00:00 2001 From: Ritesh Ghosh Date: Fri, 19 Jan 2024 19:55:06 +0530 Subject: refactor: `types` dir import --- src/controllers/estimatedSchedule.controller.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/controllers/estimatedSchedule.controller.ts') 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< -- cgit v1.2.3