mirror of
https://github.com/zadam/trilium.git
synced 2025-11-10 07:15:51 +01:00
becca conversion WIP
This commit is contained in:
@@ -9,7 +9,7 @@ const log = require("../../services/log");
|
||||
|
||||
function exportBranch(req, res) {
|
||||
const {branchId, type, format, version, taskId} = req.params;
|
||||
const branch = repository.getBranch(branchId);
|
||||
const branch = becca.getBranch(branchId);
|
||||
|
||||
if (!branch) {
|
||||
const message = `Cannot export branch ${branchId} since it does not exist.`;
|
||||
|
||||
Reference in New Issue
Block a user