fixed jsdoc

This commit is contained in:
zadam 2023-03-12 23:05:54 +01:00
parent 8de67b6945
commit 29eae4eeb6

View File

@ -1362,7 +1362,7 @@ class BNote extends AbstractBeccaEntity {
/** /**
* @param parentNoteId * @param parentNoteId
* @returns {{success: boolean, message: string}} * @returns {{success: boolean, message: string, branchId: string, notePath: string}}
*/ */
cloneTo(parentNoteId) { cloneTo(parentNoteId) {
const cloningService = require("../../services/cloning"); const cloningService = require("../../services/cloning");