refactor: fix lint warning on lib/web/historyRouter.js

Signed-off-by: BoHong Li <a60814billy@gmail.com>
This commit is contained in:
BoHong Li 2019-04-12 17:57:42 +08:00
parent 1e5b4a4382
commit 319bf6d8b8
No known key found for this signature in database
GPG Key ID: 9696D5590D58290F
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
const Router = require('express').Router
const {urlencodedParser} = require('./utils')
const { urlencodedParser } = require('./utils')
const history = require('../history')
const historyRouter = module.exports = Router()