From b08d33bce14e1e9f2741a82a389749099fffe8fb Mon Sep 17 00:00:00 2001 From: Pas <74743263+Pasithea0@users.noreply.github.com> Date: Wed, 9 Apr 2025 17:24:46 -0600 Subject: [PATCH] remove creds MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 😭 --- src/providers/embeds/fedapi.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/providers/embeds/fedapi.ts b/src/providers/embeds/fedapi.ts index a1c7e6c..cdd3cc0 100644 --- a/src/providers/embeds/fedapi.ts +++ b/src/providers/embeds/fedapi.ts @@ -100,7 +100,6 @@ function embed(provider: { // Fetch data from the API const data = await ctx.fetcher(apiUrl, { headers: Object.keys(headers).length > 0 ? headers : undefined, - credentials: 'include', }); if (data?.error && data.error.startsWith('No results found in MovieBox search')) {