Skip to content

Commit 6479774

Browse files
committed
Parse note aliases on note edit
1 parent da163fb commit 6479774

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

api/src/api/notes.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -234,6 +234,7 @@ const getVersionHistory = async (id) => {
234234
router.put(
235235
'/:notesId',
236236
requireRegistered,
237+
parseNoteAliases,
237238
validateEditability,
238239
validateReqParams,
239240
errorWrap(async (req, res) => {

0 commit comments

Comments
 (0)