mirror of
https://github.com/zadam/trilium.git
synced 2025-10-29 17:26:38 +01:00
widgets can now listen to sync data changes
This commit is contained in:
@@ -68,7 +68,7 @@ async function updateNote(req) {
|
||||
const note = req.body;
|
||||
const noteId = req.params.noteId;
|
||||
|
||||
await noteService.updateNote(noteId, note);
|
||||
return await noteService.updateNote(noteId, note);
|
||||
}
|
||||
|
||||
async function deleteNote(req) {
|
||||
|
||||
Reference in New Issue
Block a user