mirror of
https://github.com/zadam/trilium.git
synced 2025-11-10 15:25:51 +01:00
fixed jsdoc
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user