Skip to content

Commit

Permalink
Update httpclient_next.js
Browse files Browse the repository at this point in the history
  • Loading branch information
fengmk2 authored Jul 11, 2024
1 parent 5aa9b67 commit 4a66aeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/core/httpclient_next.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ class HttpClientNext extends HttpClient {
checkAddress: ssrfConfig.checkAddress,
});
}
return this[SSRF_HTTPCLIENT].request(url, options);
return await this[SSRF_HTTPCLIENT].request(url, options);
}
}

Expand Down

0 comments on commit 4a66aeb

Please sign in to comment.