mirror of
https://github.com/zadam/trilium.git
synced 2025-11-14 01:05:49 +01:00
server-esm: Change some more export object to export default object
This commit is contained in:
@@ -160,7 +160,7 @@ function load(req: Request) {
|
||||
return getNotesAndBranchesAndAttributes(req.body.noteIds);
|
||||
}
|
||||
|
||||
export = {
|
||||
export default {
|
||||
getTree,
|
||||
load
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user