Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
joelwmale committed Nov 10, 2022
1 parent 60e01f3 commit ec60507
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -6937,12 +6937,12 @@ exports.debug = debug; // for test

Object.defineProperty(exports, "__esModule", ({ value: true }));
exports.http = void 0;
const fetch = __nccwpck_require__(4429);
const node_fetch_1 = __nccwpck_require__(4429);
var https = __nccwpck_require__(5687);
class Http {
make(url, headers, body, ignoreCertificate) {
return new Promise((resolve, reject) => {
fetch(url, this.getOptions('post', headers, body, ignoreCertificate)).then((res) => resolve(res));
(0, node_fetch_1.default)(url, this.getOptions('post', headers, body, ignoreCertificate)).then((res) => resolve(res));
});
}
getOptions(method, headers, body, ignoreCertificate) {
Expand Down
Binary file modified node_modules/@vercel/ncc/dist/ncc/cli.js.cache
Binary file not shown.
Binary file modified node_modules/@vercel/ncc/dist/ncc/index.js.cache
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified node_modules/@vercel/ncc/dist/ncc/loaders/ts-loader.js.cache
Binary file not shown.

0 comments on commit ec60507

Please sign in to comment.