mirror of
https://github.com/zadam/trilium.git
synced 2025-11-03 20:06:08 +01:00
server-ts: Remove need for 'allowImportingTsExtensions'
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
"use strict";
|
||||
|
||||
const log = require('./log.ts');
|
||||
const log = require('./log');
|
||||
const dataEncryptionService = require('./encryption/data_encryption.js');
|
||||
|
||||
let dataKey = null;
|
||||
|
||||
Reference in New Issue
Block a user