mirror of
https://github.com/zadam/trilium.git
synced 2025-11-14 17:25:52 +01:00
becca conversion WIP
This commit is contained in:
@@ -18,7 +18,7 @@ function getSchema() {
|
||||
}
|
||||
|
||||
function execute(req) {
|
||||
const note = repository.getNote(req.params.noteId);
|
||||
const note = becca.getNote(req.params.noteId);
|
||||
|
||||
if (!note) {
|
||||
return [404, `Note ${req.params.noteId} was not found.`];
|
||||
|
||||
Reference in New Issue
Block a user