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