diff --git a/src/becca/entities/bnote.js b/src/becca/entities/bnote.js index 6ef73b28d..07ebd612f 100644 --- a/src/becca/entities/bnote.js +++ b/src/becca/entities/bnote.js @@ -1362,7 +1362,7 @@ class BNote extends AbstractBeccaEntity { /** * @param parentNoteId - * @returns {{success: boolean, message: string}} + * @returns {{success: boolean, message: string, branchId: string, notePath: string}} */ cloneTo(parentNoteId) { const cloningService = require("../../services/cloning");