1 parent 11c5d32 commit b02fd13Copy full SHA for b02fd13
1 file changed
packages/integration-sdk-http-client/src/client.ts
@@ -284,7 +284,7 @@ export abstract class BaseAPIClient {
284
finalAgent = new HttpsProxyAgent(proxy);
285
// If a custom agent is provided, set it as the 'secureProxy' option for HttpsProxyAgent
286
if (agent) {
287
- // @ts-ignore: HttpsProxyAgent accepts 'secureProxy' in its options
+ // @ts-expect-error: HttpsProxyAgent accepts 'secureProxy' in its options
288
finalAgent.options = { ...finalAgent.options, secureProxy: agent };
289
}
290
} else {
0 commit comments