Skip to content

Commit

Permalink
Revert "Use native fetch for webhooks (#496)"
Browse files Browse the repository at this point in the history
This reverts commit 81558da.
  • Loading branch information
MiguelRipoll23 authored Dec 1, 2023
1 parent 80767bd commit bae2fcd
Show file tree
Hide file tree
Showing 3 changed files with 69 additions and 1 deletion.
68 changes: 67 additions & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
},
"dependencies": {
"express": "^4.17.1",
"node-fetch": "^2.6.7",
"node-persist": "^3.0.5"
},
"devDependencies": {
Expand Down
1 change: 1 addition & 0 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ const fs = require("fs");
const path = require("path");
const storage = require("node-persist");
const { spawn } = require("child_process");
const fetch = require("node-fetch");
const express = require("express");

const packageJson = require("../package.json");
Expand Down

0 comments on commit bae2fcd

Please sign in to comment.