mirror of
https://github.com/zadam/trilium.git
synced 2025-11-14 09:15:50 +01:00
server-esm: Change export object to export default object
This commit is contained in:
@@ -17,6 +17,6 @@ function getBackendLog() {
|
||||
}
|
||||
}
|
||||
|
||||
export = {
|
||||
export default {
|
||||
getBackendLog
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user