mirror of
https://github.com/zadam/trilium.git
synced 2025-11-17 18:50:41 +01:00
server-esm: Change some more export object to export default object
This commit is contained in:
@@ -66,7 +66,7 @@ function execute(req: Request) {
|
||||
}
|
||||
}
|
||||
|
||||
export = {
|
||||
export default {
|
||||
getSchema,
|
||||
execute
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user