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