Skip to content

Commit f324988

Browse files
committed
Disable axios proxy detection (#303)
1 parent 8293ce9 commit f324988

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/api.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ export async function makeCoderSdk(baseUrl: string, token: string | undefined, s
7676
const agent = await getHttpAgent()
7777
config.httpsAgent = agent
7878
config.httpAgent = agent
79+
config.proxy = false
7980

8081
return config
8182
})

0 commit comments

Comments
 (0)