mirror of
https://github.com/zadam/trilium.git
synced 2025-11-13 08:45:50 +01:00
server-ts: Fix references to js files for converted files
This commit is contained in:
@@ -3,7 +3,7 @@ const log = require('./log');
|
||||
const entityChangesService = require('./entity_changes');
|
||||
const eventService = require('./events');
|
||||
const entityConstructor = require('../becca/entity_constructor.js');
|
||||
const ws = require('./ws.js');
|
||||
const ws = require('./ws');
|
||||
|
||||
function updateEntities(entityChanges, instanceId) {
|
||||
if (entityChanges.length === 0) {
|
||||
|
||||
Reference in New Issue
Block a user