Skip to content

Commit b02fd13

Browse files
committed
fix linter error
1 parent 11c5d32 commit b02fd13

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • packages/integration-sdk-http-client/src

packages/integration-sdk-http-client/src/client.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ export abstract class BaseAPIClient {
284284
finalAgent = new HttpsProxyAgent(proxy);
285285
// If a custom agent is provided, set it as the 'secureProxy' option for HttpsProxyAgent
286286
if (agent) {
287-
// @ts-ignore: HttpsProxyAgent accepts 'secureProxy' in its options
287+
// @ts-expect-error: HttpsProxyAgent accepts 'secureProxy' in its options
288288
finalAgent.options = { ...finalAgent.options, secureProxy: agent };
289289
}
290290
} else {

0 commit comments

Comments
 (0)