diff options
| author | Ritesh Ghosh <[email protected]> | 2023-08-03 01:19:16 +0530 |
|---|---|---|
| committer | Ritesh Ghosh <[email protected]> | 2023-08-03 01:19:16 +0530 |
| commit | 1ae03cecd9b2fa5987601cfb07ae1c4e8c552dfb (patch) | |
| tree | 2292aca66d47fed631e152a1039a16822aa5f622 | |
| parent | ccf52858601932e1d8918b99efedcf7c0a20ddcc (diff) | |
| download | aniwatch-api-1ae03cecd9b2fa5987601cfb07ae1c4e8c552dfb.tar.xz aniwatch-api-1ae03cecd9b2fa5987601cfb07ae1c4e8c552dfb.zip | |
refactor(top10Animes): updated anime prop name
| -rw-r--r-- | src/utils/index.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/utils/index.ts b/src/utils/index.ts index e34849c..e960dd9 100644 --- a/src/utils/index.ts +++ b/src/utils/index.ts @@ -108,7 +108,7 @@ export function extractTop10Animes( .find(".film-poster .film-poster-img") ?.attr("data-src") ?.trim() || null, - eps: { + episodes: { sub: Number( $(el) |
