diff options
| author | Ritesh Ghosh <[email protected]> | 2023-08-02 21:12:23 +0530 |
|---|---|---|
| committer | Ritesh Ghosh <[email protected]> | 2023-08-02 21:12:23 +0530 |
| commit | a42163e884417cfcbec25c7018cf2b75ff637402 (patch) | |
| tree | 67d8cde90a7336cf23c44c6ac1cee5540313d009 /src | |
| parent | a47790a773b9584de5c38dcd1188a94f7aa15572 (diff) | |
| download | aniwatch-api-a42163e884417cfcbec25c7018cf2b75ff637402.tar.xz aniwatch-api-a42163e884417cfcbec25c7018cf2b75ff637402.zip | |
fix: updated parser exports
Diffstat (limited to 'src')
| -rw-r--r-- | src/parsers/index.ts | 3 |
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 }; |
