fix: code style

Signed-off-by: Max Wu <jackymaxj@gmail.com>
This commit is contained in:
Max Wu 2019-07-28 19:56:55 +08:00
parent dd267096c9
commit f1680ef7fa
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ const toobusy = require('toobusy-js')
const config = require('../../config')
const response = require('../../response')
toobusy.maxLag(config.responseMaxLag);
toobusy.maxLag(config.responseMaxLag)
module.exports = function (req, res, next) {
if (toobusy()) {