server-ts: Implement review comments

This commit is contained in:
Elian Doran
2024-02-17 18:55:41 +02:00
parent 8af5434462
commit 1e91db865b
5 changed files with 9 additions and 8 deletions

View File

@@ -678,7 +678,7 @@ function BackendScriptApi(currentNote, apiParams) {
/**
* This object contains "at your risk" and "no BC guarantees" objects for advanced use cases.
*
* @property {Becca} becca - provides access to the backend in-memory object graph, see {@link https://github.com/zadam/trilium/blob/master/src/becca/becca}
* @property {Becca} becca - provides access to the backend in-memory object graph, see {@link https://github.com/zadam/trilium/blob/master/src/becca/becca.js}
*/
this.__private = {
becca