We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a316b22 commit 3ef5884Copy full SHA for 3ef5884
src/utils/fetch.ts
@@ -12,8 +12,6 @@ export function getCustomHttpsAgent(
12
options: {
13
rejectUnauthorized?: boolean;
14
ca?: string | Buffer;
15
- cert?: string | Buffer;
16
- key?: string | Buffer;
17
} = {}
18
): Agent {
19
const { rejectUnauthorized = true, ca } = options || {};
0 commit comments