mirror of
https://github.com/zadam/trilium.git
synced 2025-11-13 08:45:50 +01:00
server: Fix missing .js import for entity_changes_interface
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import clsHooked from "cls-hooked";
|
||||
import { EntityChange } from './entity_changes_interface';
|
||||
import { EntityChange } from './entity_changes_interface.js';
|
||||
const namespace = clsHooked.createNamespace("trilium");
|
||||
|
||||
type Callback = (...args: any[]) => any;
|
||||
|
||||
Reference in New Issue
Block a user