Skip to content

Commit 1e5b4a4

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/web/noteRouter.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ const Router = require('express').Router
44

55
const response = require('../response')
66

7-
const {markdownParser} = require('./utils')
7+
const { markdownParser } = require('./utils')
88

99
const noteRouter = module.exports = Router()
1010

0 commit comments

Comments
 (0)