From d775ec3b9fcf6680712399a0ce107621f1c46530 Mon Sep 17 00:00:00 2001 From: Evorp <3vorpgaming@gmail.com> Date: Sun, 15 Oct 2023 14:07:58 -0700 Subject: [PATCH] absolute shot in the dark but here goes --- src/helpers/functions/missing.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/helpers/functions/missing.ts b/src/helpers/functions/missing.ts index 3469dd5ac..a4ce3abe5 100644 --- a/src/helpers/functions/missing.ts +++ b/src/helpers/functions/missing.ts @@ -66,8 +66,7 @@ export const computeAndUpdate = async ( console.log("compute results fetched"); - const packProgress = (await axios.get(`${client.tokens.apiUrl}settings/channels.pack_progress`)) - .data; + const packProgress = await axios.get(`${client.tokens.apiUrl}settings/channels.pack_progress`, { proxy: false }); console.log(`pack progress fetched successfully: ${JSON.stringify(packProgress)}`);