mirror of
https://github.com/zadam/trilium.git
synced 2025-11-13 00:35:50 +01:00
server-ts: Port services/bulk_actions
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
const becca = require('../../becca/becca');
|
||||
const bulkActionService = require('../../services/bulk_actions.js');
|
||||
const bulkActionService = require('../../services/bulk_actions');
|
||||
|
||||
function execute(req) {
|
||||
const {noteIds, includeDescendants} = req.body;
|
||||
|
||||
Reference in New Issue
Block a user