Skip to content

Commit 3ef5884

Browse files
feat: adjust
1 parent a316b22 commit 3ef5884

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/utils/fetch.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@ export function getCustomHttpsAgent(
1212
options: {
1313
rejectUnauthorized?: boolean;
1414
ca?: string | Buffer;
15-
cert?: string | Buffer;
16-
key?: string | Buffer;
1715
} = {}
1816
): Agent {
1917
const { rejectUnauthorized = true, ca } = options || {};

0 commit comments

Comments
 (0)