mirror of
https://github.com/zadam/trilium.git
synced 2025-11-07 05:46:10 +01:00
renamed service variables to conform to new naming scheme
This commit is contained in:
@@ -1,6 +1,4 @@
|
||||
"use strict";
|
||||
|
||||
import treeService from './tree_service.js';
|
||||
import treeService from './tree.js';
|
||||
|
||||
async function cloneNoteTo(childNoteId, parentNoteId, prefix) {
|
||||
const resp = await server.put('notes/' + childNoteId + '/clone-to/' + parentNoteId, {
|
||||
|
||||
Reference in New Issue
Block a user