aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRitesh Ghosh <[email protected]>2023-08-02 21:12:23 +0530
committerRitesh Ghosh <[email protected]>2023-08-02 21:12:23 +0530
commita42163e884417cfcbec25c7018cf2b75ff637402 (patch)
tree67d8cde90a7336cf23c44c6ac1cee5540313d009
parenta47790a773b9584de5c38dcd1188a94f7aa15572 (diff)
downloadaniwatch-api-a42163e884417cfcbec25c7018cf2b75ff637402.tar.xz
aniwatch-api-a42163e884417cfcbec25c7018cf2b75ff637402.zip
fix: updated parser exports
-rw-r--r--src/parsers/index.ts3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/parsers/index.ts b/src/parsers/index.ts
index e623f23..3e4336f 100644
--- a/src/parsers/index.ts
+++ b/src/parsers/index.ts
@@ -1,3 +1,4 @@
import scrapeAnimeCategory from "./animeCategory";
+import scrapeAnimeSearch from "./animeSearch";
-export { scrapeAnimeCategory };
+export { scrapeAnimeCategory, scrapeAnimeSearch };