diff --git a/app/(api)/generate/preview/anime/[slug]/route.tsx b/app/(api)/generate/preview/anime/[slug]/route.tsx index 8d84a66d..267d2fbf 100644 --- a/app/(api)/generate/preview/anime/[slug]/route.tsx +++ b/app/(api)/generate/preview/anime/[slug]/route.tsx @@ -24,21 +24,22 @@ export async function GET( return new ImageResponse( (
497
++
- { - WATCH_STATUS[ - stat as API.WatchStatus - ].title_ua - } -
-+ { + WATCH_STATUS[ + stat as API.WatchStatus + ].title_ua + } +
++ { + watchStats[ + stat as API.WatchStatus + ] + } +
+ {index !== + filteredStats.length - 1 && ( ++ / +
+ )} +