From 9291bd6828b3f663e5c62c07d4040dd5c8e405d2 Mon Sep 17 00:00:00 2001 From: MemeCornucopia <148788549+MemeCornucopia@users.noreply.github.com> Date: Fri, 19 Jan 2024 15:27:37 -0500 Subject: [PATCH] more prettier crap --- src/providers/sources/goojara/index.ts | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/providers/sources/goojara/index.ts b/src/providers/sources/goojara/index.ts index ce2b096..bd1e03f 100644 --- a/src/providers/sources/goojara/index.ts +++ b/src/providers/sources/goojara/index.ts @@ -12,12 +12,11 @@ async function universalScraper(ctx: ShowScrapeContext | MovieScrapeContext): Pr const embeds = await scrapeIds(ctx, ctx.media, goojaraData); if (embeds?.length === 0) throw new NotFoundError('No embeds found'); - ctx.progress(60); return { - embeds - } + embeds, + }; } export const goojaraScraper = makeSourcerer({