Skip to content

Commit

Permalink
absolute shot in the dark but here goes
Browse files Browse the repository at this point in the history
  • Loading branch information
3vorp committed Oct 15, 2023
1 parent 1dca9bb commit d775ec3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/helpers/functions/missing.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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)}`);

Expand Down

0 comments on commit d775ec3

Please sign in to comment.