server-ts: Port becca/entity_constructor

This commit is contained in:
Elian Doran
2024-02-17 20:28:05 +02:00
parent 1c7532df46
commit 3b7812f829
6 changed files with 37 additions and 37 deletions

View File

@@ -2,7 +2,7 @@ const sql = require('./sql');
const log = require('./log');
const entityChangesService = require('./entity_changes');
const eventService = require('./events');
const entityConstructor = require('../becca/entity_constructor.js');
const entityConstructor = require('../becca/entity_constructor');
const ws = require('./ws');
function updateEntities(entityChanges, instanceId) {