aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorRitesh Ghosh <[email protected]>2024-01-19 19:55:46 +0530
committerRitesh Ghosh <[email protected]>2024-01-19 19:55:46 +0530
commitc4318e73618e6602752f43afa2b1167a55422cbf (patch)
treea1ba8b0a83347b347e4d09223778e5fee4d09986 /src
parent9c37cb0cad906b4b269ddf00ac12f958623e4a11 (diff)
downloadaniwatch-api-c4318e73618e6602752f43afa2b1167a55422cbf.tar.xz
aniwatch-api-c4318e73618e6602752f43afa2b1167a55422cbf.zip
refactor: `types` dir import
Diffstat (limited to 'src')
-rw-r--r--src/utils/methods.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/utils/methods.ts b/src/utils/methods.ts
index 17ad055..2e062d7 100644
--- a/src/utils/methods.ts
+++ b/src/utils/methods.ts
@@ -3,7 +3,7 @@ import type {
Top10Anime,
MostPopularAnime,
Top10AnimeTimePeriod,
-} from "../models/anime.js";
+} from "../types/anime.js";
import type { CheerioAPI, SelectorType } from "cheerio";
import createHttpError, { HttpError } from "http-errors";