From af130384f1db71edfd6d48a50be970a33f35d620 Mon Sep 17 00:00:00 2001 From: Rishi Ghan Date: Wed, 16 Oct 2024 18:49:56 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20Todo=20to=20move=20method=20out?= =?UTF-8?q?=20to=20core=20service?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/client/components/ComicDetail/DownloadsPanel.tsx | 1 + 1 file changed, 1 insertion(+) 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 =