mirror of
https://github.com/zadam/trilium.git
synced 2025-11-02 19:36:12 +01:00
import WIP
This commit is contained in:
@@ -62,7 +62,7 @@ function deleteNote(req) {
|
||||
|
||||
const note = becca.getNote(noteId);
|
||||
|
||||
const taskContext = TaskContext.getInstance(taskId, 'delete-notes');
|
||||
const taskContext = TaskContext.getInstance(taskId, 'deleteNotes');
|
||||
|
||||
note.deleteNote(deleteId, taskContext);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user