mirror of
https://github.com/zadam/trilium.git
synced 2025-11-09 23:05:51 +01:00
server-esm: Change some more export object to export default object
This commit is contained in:
@@ -275,7 +275,7 @@ function setLastSyncedPush(entityChangeId: number) {
|
||||
lastSyncedPush = entityChangeId;
|
||||
}
|
||||
|
||||
export = {
|
||||
export default {
|
||||
init,
|
||||
sendMessageToAllClients,
|
||||
syncPushInProgress,
|
||||
|
||||
Reference in New Issue
Block a user