SYNC: CSV import test

This commit is contained in:
SPRINX0\prochazka
2025-03-05 14:21:19 +01:00
committed by Diflow
parent 9265e52d68
commit 0ece662d8c
6 changed files with 74 additions and 37 deletions

View File

@@ -233,6 +233,7 @@ module.exports = {
dispatchDatabaseChangedEvent_meta: true,
dispatchDatabaseChangedEvent({ event, conid, database }) {
socket.emitChanged(event, { conid, database });
return null;
},
loadKeys_meta: true,