Skip to content

Commit 5f4b311

Browse files
authored
Update backfill.ts
1 parent 56663fb commit 5f4b311

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

dev/backfill.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,7 @@ async function scanApi() {
2929
try {
3030
data = await getSteamAPIData({
3131
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
32+
// To use proxy we need to also set STEAM_API_HOST env var
3433
});
3534
} catch (err: any) {
3635
console.log(err);

0 commit comments

Comments
 (0)