Skip to content

Commit

Permalink
build(deps): Remove node-fetch dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
sebbo2002 committed Mar 3, 2024
1 parent b2e02ee commit 80822f0
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 118 deletions.
1 change: 0 additions & 1 deletion helpers/repository.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ class RepositoryHelper {
*/
static async _run () {
const payload = await this._payload();
const fetch = await import('node-fetch');
const res = await fetch('https://beacon.ubud.club/v1/beacon', {
method: 'POST',
body: JSON.stringify(payload),
Expand Down
116 changes: 0 additions & 116 deletions package-lock.json

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

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@
"mt940-js": "^1.0.0",
"mysql2": "^3.7.1",
"neat-csv": "^7.0.0",
"node-fetch": "^3.3.2",
"promised-exec": "^1.0.1",
"semver": "^7.5.4",
"sequelize": "^6.35.2",
Expand Down

0 comments on commit 80822f0

Please sign in to comment.