diff --git a/src/client/components/ComicDetail/DownloadsPanel.tsx b/src/client/components/ComicDetail/DownloadsPanel.tsx index 580bf31..c94c761 100644 --- a/src/client/components/ComicDetail/DownloadsPanel.tsx +++ b/src/client/components/ComicDetail/DownloadsPanel.tsx @@ -59,6 +59,7 @@ export const DownloadsPanel = ( }, }), }); + // This method needs to be moved to an endpoint in threetwo-core-service const getBundles = async (comicObject) => { if (!isNil(comicObject?.data.acquisition.directconnect)) { const filteredBundles =