Skip to content

Commit f1680ef

Browse files
committed
fix: code style
Signed-off-by: Max Wu <jackymaxj@gmail.com>
1 parent dd26709 commit f1680ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/web/middleware/tooBusy.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ const toobusy = require('toobusy-js')
55
const config = require('../../config')
66
const response = require('../../response')
77

8-
toobusy.maxLag(config.responseMaxLag);
8+
toobusy.maxLag(config.responseMaxLag)
99

1010
module.exports = function (req, res, next) {
1111
if (toobusy()) {

0 commit comments

Comments
 (0)