We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4310ef commit 1d84888Copy full SHA for 1d84888
1 file changed
packages/delivery-node/request.js
@@ -1,7 +1,6 @@
1
const http = require('http')
2
const https = require('https')
3
4
-
5
module.exports = ({ url, headers, body, agent }, cb) => {
6
let didError = false
7
const onError = (err) => {
0 commit comments