Skip to content

Commit 1d84888

Browse files
committed
Fix lint error
1 parent e4310ef commit 1d84888

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

packages/delivery-node/request.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
const http = require('http')
22
const https = require('https')
33

4-
54
module.exports = ({ url, headers, body, agent }, cb) => {
65
let didError = false
76
const onError = (err) => {

0 commit comments

Comments
 (0)