mirror of
https://github.com/zadam/trilium.git
synced 2025-11-08 22:35:50 +01:00
server-ts: Port services/erase
This commit is contained in:
@@ -4,7 +4,7 @@ const becca = require('../becca/becca');
|
||||
const cloningService = require('./cloning.js');
|
||||
const branchService = require('./branches.js');
|
||||
const utils = require('./utils');
|
||||
const eraseService = require("./erase.js");
|
||||
const eraseService = require("./erase");
|
||||
|
||||
const ACTION_HANDLERS = {
|
||||
addLabel: (action, note) => {
|
||||
|
||||
Reference in New Issue
Block a user