aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorRitesh Ghosh <[email protected]>2023-08-02 21:57:24 +0530
committerRitesh Ghosh <[email protected]>2023-08-02 21:57:24 +0530
commit6cc4db5460b15b449e2685229cf71aa1773ad86c (patch)
treef008565883586582a10968e22758ab16dd9db05f /src
parentd1c2eb4f21ffaa2f1a720de73a8e2aedd0e68a9f (diff)
downloadaniwatch-api-6cc4db5460b15b449e2685229cf71aa1773ad86c.tar.xz
aniwatch-api-6cc4db5460b15b449e2685229cf71aa1773ad86c.zip
refactor: removed unnecessary import
Diffstat (limited to 'src')
-rw-r--r--src/parsers/animeCategory.ts2
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}