Skip to content

Commit

Permalink
fix(zoro): removed under development code
Browse files Browse the repository at this point in the history
  • Loading branch information
jasanpreetn9 committed Mar 8, 2024
1 parent 820713f commit a27a902
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 67 deletions.
4 changes: 0 additions & 4 deletions dist/providers/anime/zoro.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,6 @@ declare class Zoro extends AnimeParser {
* @param page page number (optional) `default 1`
*/
fetchStudio(studio: string, page?: number): Promise<ISearch<IAnimeResult>>;
/**
* @param date date in format `YYYY-MM-DD` `default today`
*/
fetchSchedule(date?: string): Promise<ISearch<IAnimeResult>>;
/**
* @param id Anime id
*/
Expand Down
31 changes: 0 additions & 31 deletions dist/providers/anime/zoro.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit a27a902

Please sign in to comment.