We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56663fb commit 5f4b311Copy full SHA for 5f4b311
dev/backfill.ts
@@ -29,8 +29,7 @@ async function scanApi() {
29
try {
30
data = await getSteamAPIData({
31
url: container.url,
32
- // To use proxy we need to be running in the same environment as the proxies and STEAM_API_HOST env needs to be set
33
- // proxy: true
+ // To use proxy we need to also set STEAM_API_HOST env var
34
});
35
} catch (err: any) {
36
console.log(err);
0 commit comments