diff options
| author | Ritesh Ghosh <[email protected]> | 2023-08-02 21:57:24 +0530 |
|---|---|---|
| committer | Ritesh Ghosh <[email protected]> | 2023-08-02 21:57:24 +0530 |
| commit | 6cc4db5460b15b449e2685229cf71aa1773ad86c (patch) | |
| tree | f008565883586582a10968e22758ab16dd9db05f | |
| parent | d1c2eb4f21ffaa2f1a720de73a8e2aedd0e68a9f (diff) | |
| download | aniwatch-api-6cc4db5460b15b449e2685229cf71aa1773ad86c.tar.xz aniwatch-api-6cc4db5460b15b449e2685229cf71aa1773ad86c.zip | |
refactor: removed unnecessary import
| -rw-r--r-- | src/parsers/animeCategory.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/parsers/animeCategory.ts b/src/parsers/animeCategory.ts index 6b88a08..12a322b 100644 --- a/src/parsers/animeCategory.ts +++ b/src/parsers/animeCategory.ts @@ -9,7 +9,7 @@ import { extractTop10Animes, } from "../utils"; -import createHttpError, { HttpError, isHttpError } from "http-errors"; +import createHttpError, { HttpError } from "http-errors"; import { ScrapedAnimeCategory, AnimeCategories } from "../models"; // /anime/:category?page=${page} |
