Skip to content

Commit

Permalink
lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
avoidwork committed Feb 17, 2019
1 parent d54ec04 commit c24e648
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/middleware.js
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ function rate (req, res, next) {
good = results.shift();

each(rateHeaders, (i, idx) => res.header(i, results[idx]));
res.header('retry-after', config.reset);
res.header("retry-after", config.reset);

if (good) {
next();
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "tenso",
"description": "Tensō is an HTTP/HTTP2 REST API framework",
"version": "10.3.2",
"version": "10.3.3",
"homepage": "http://avoidwork.github.io/tenso",
"author": "Jason Mulligan <[email protected]>",
"repository": {
Expand Down

0 comments on commit c24e648

Please sign in to comment.