fix merge problems

This commit is contained in:
zadam
2020-06-24 22:29:53 +02:00
parent a574fce13f
commit 9615e25a67
4 changed files with 24 additions and 24 deletions

View File

@@ -171,7 +171,7 @@ function changeTitle(req) {
note.save();
if (noteTitleChanged) {
await noteService.triggerNoteTitleChanged(note);
noteService.triggerNoteTitleChanged(note);
}
return note;