server-ts: events.js -> ts

This commit is contained in:
Elian Doran
2024-02-16 23:14:42 +02:00
parent b63e870038
commit 786d851293
9 changed files with 17 additions and 14 deletions

View File

@@ -53,7 +53,7 @@ function putNoteReorderingEntityChange(parentNoteId, componentId) {
instanceId
});
const eventService = require('./events.js');
const eventService = require('./events');
eventService.emit(eventService.ENTITY_CHANGED, {
entityName: 'note_reordering',