We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8293ce9 commit 4dc0db9Copy full SHA for 4dc0db9
src/api.ts
@@ -76,6 +76,7 @@ export async function makeCoderSdk(baseUrl: string, token: string | undefined, s
76
const agent = await getHttpAgent()
77
config.httpsAgent = agent
78
config.httpAgent = agent
79
+ config.proxy = false
80
81
return config
82
})
0 commit comments