Skip to content

Commit eb0a62c

Browse files
committed
Add missing httpsAgent
1 parent bb3f0a8 commit eb0a62c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/makeRESTRequest.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@ export async function makeRESTRequest(
100100
// No data payload
101101
respdata = await axios.request(
102102
{
103+
httpsAgent,
103104
jar: cookieJar,
104105
method,
105106
url: encodeURI(url),

0 commit comments

Comments
 (0)