mirror of
https://github.com/zadam/trilium.git
synced 2025-11-13 08:45:50 +01:00
server-ts: errors/*.js -> .ts
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
const becca = require('../../becca/becca.js');
|
||||
const log = require('../../services/log');
|
||||
const NotFoundError = require('../../errors/not_found_error.js');
|
||||
const NotFoundError = require('../../errors/not_found_error');
|
||||
|
||||
function getNotesAndBranchesAndAttributes(noteIds) {
|
||||
noteIds = new Set(noteIds);
|
||||
|
||||
Reference in New Issue
Block a user