Skip to content

Commit

Permalink
hmmmmmm
Browse files Browse the repository at this point in the history
  • Loading branch information
3vorp committed Oct 15, 2023
1 parent dc754e3 commit c670f46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/helpers/functions/missing.ts
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ export const computeAndUpdate = async (
const url = `${client.tokens.apiUrl}settings/channels.pack_progress`;
console.log(url);

const packProgress = (await axios.get(url)).data;
const packProgress = (await axios.get(url, { proxy: false })).data;

console.log(`pack progress fetched successfully: ${JSON.stringify(packProgress)}`);

Expand Down

0 comments on commit c670f46

Please sign in to comment.