Skip to content

Commit 319bf6d

Browse files
committed
refactor: fix lint warning on lib/web/historyRouter.js
Signed-off-by: BoHong Li <[email protected]>
1 parent 1e5b4a4 commit 319bf6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/web/historyRouter.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
const Router = require('express').Router
44

5-
const {urlencodedParser} = require('./utils')
5+
const { urlencodedParser } = require('./utils')
66
const history = require('../history')
77
const historyRouter = module.exports = Router()
88

0 commit comments

Comments
 (0)