Fix linter

Signed-off-by: James Tsai <jamesscamel@gmail.com>
This commit is contained in:
James Tsai 2020-08-04 17:10:45 +08:00
parent e7a4996cbe
commit 4792908169
1 changed files with 1 additions and 1 deletions

View File

@ -308,7 +308,7 @@ const updateNote = async (req, res) => {
return errorInternalError(req, res)
}
updateHistory(req.user.id, note)
updateHistory(req.user.id, note)
Revision.saveNoteRevision(note, (err, revision) => {
if (err) {