From f1680ef7fad98a7527c2eec2ff54ef2b9d45b7fe Mon Sep 17 00:00:00 2001 From: Max Wu Date: Sun, 28 Jul 2019 19:56:55 +0800 Subject: [PATCH] fix: code style Signed-off-by: Max Wu --- lib/web/middleware/tooBusy.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/web/middleware/tooBusy.js b/lib/web/middleware/tooBusy.js index 78f3e49a..f7c0850f 100644 --- a/lib/web/middleware/tooBusy.js +++ b/lib/web/middleware/tooBusy.js @@ -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()) {