Skip to content

Commit

Permalink
Fix linting error
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardhorsford committed Jun 22, 2020
1 parent 640a2f9 commit e9ea3f4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,6 @@ exports.findAvailablePort = function (app, callback) {

// Redirect HTTP requests to HTTPS
exports.forceHttps = function (req, res, next) {

var protocol = req.headers['x-forwarded-proto']
// Glitch returns a comma separated list for x-forwarded-proto
// We need the first to determine if running on https
Expand Down

0 comments on commit e9ea3f4

Please sign in to comment.