From 29eae4eeb6114100a8ab3b1ff8b3a771c5aa871d Mon Sep 17 00:00:00 2001 From: zadam Date: Sun, 12 Mar 2023 23:05:54 +0100 Subject: [PATCH] fixed jsdoc --- src/becca/entities/bnote.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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");