Skip to content

Commit

Permalink
fix(eslint): HttpError is defined but never used
Browse files Browse the repository at this point in the history
  • Loading branch information
Hans Kristian Flaatten committed Jun 2, 2016
1 parent 6998899 commit 3b7d69f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ const express = require('express');
const compression = require('compression');
const responseTime = require('response-time');
const corsHeaders = require('@starefossen/express-cors');
const HttpError = require('@starefossen/http-error');

const app = module.exports = express();
const pg = require('./lib/pg');
Expand Down

0 comments on commit 3b7d69f

Please sign in to comment.