diff options
| author | Ritesh Ghosh <[email protected]> | 2024-01-19 19:55:46 +0530 |
|---|---|---|
| committer | Ritesh Ghosh <[email protected]> | 2024-01-19 19:55:46 +0530 |
| commit | c4318e73618e6602752f43afa2b1167a55422cbf (patch) | |
| tree | a1ba8b0a83347b347e4d09223778e5fee4d09986 /src/utils | |
| parent | 9c37cb0cad906b4b269ddf00ac12f958623e4a11 (diff) | |
| download | aniwatch-api-c4318e73618e6602752f43afa2b1167a55422cbf.tar.xz aniwatch-api-c4318e73618e6602752f43afa2b1167a55422cbf.zip | |
refactor: `types` dir import
Diffstat (limited to 'src/utils')
| -rw-r--r-- | src/utils/methods.ts | 2 |
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"; |
