Skip to content

Commit

Permalink
lint tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
nfriedly committed Apr 29, 2020
1 parent c0d029e commit 3e4bfd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/express-rate-limit-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -673,9 +673,9 @@ describe("express-rate-limit node module", () => {
},
})
);
// eslint-disable-next-line no-unused-vars
app.use((err, req, res, next) => {
res.status(err.code).send(err.message);
next; // ignore lint errors?
});
goodRequest(done);
badRequest(done, () => {
Expand Down

0 comments on commit 3e4bfd9

Please sign in to comment.