Skip to content

Commit

Permalink
Remove donwgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
alxhotel committed Sep 30, 2023
1 parent 468c696 commit 3657e16
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 26 deletions.
23 changes: 0 additions & 23 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 @@ -7,7 +7,6 @@
"bittorrent-tracker": "^10.0.0",
"body-parser": "^1.20.0",
"browserify": "^17.0.0",
"downgrade": "^1.1.4",
"express": "^4.18.0",
"parse-torrent": "^11.0.1",
"pug": "^3.0.2",
Expand Down
2 changes: 0 additions & 2 deletions server/index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
const path = require('path')
const downgrade = require('downgrade')
const webtorrentHealth = require('webtorrent-health')
const pug = require('pug')
const express = require('express')
Expand Down Expand Up @@ -38,5 +37,4 @@ app.get('/check', function (req, res) {

app.listen(config.port, function () {
console.log('Webtorrent-Checker app is listening on port ' + config.port + '!')
downgrade()
})

0 comments on commit 3657e16

Please sign in to comment.