mirror of
https://github.com/status-im/codimd.git
synced 2025-01-28 03:05:01 +00:00
refactor: fix lint warning on lib/web/noterouter.js
Signed-off-by: BoHong Li <a60814billy@gmail.com>
This commit is contained in:
parent
a52fd0b3f9
commit
1e5b4a4382
@ -4,7 +4,7 @@ const Router = require('express').Router
|
||||
|
||||
const response = require('../response')
|
||||
|
||||
const {markdownParser} = require('./utils')
|
||||
const { markdownParser } = require('./utils')
|
||||
|
||||
const noteRouter = module.exports = Router()
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user