mirror of
https://github.com/zadam/trilium.git
synced 2025-11-06 13:26:01 +01:00
server-esm: Change some more export object to export default object
This commit is contained in:
@@ -385,7 +385,7 @@ function getBacklinks(req: Request) {
|
||||
});
|
||||
}
|
||||
|
||||
export = {
|
||||
export default {
|
||||
getLinkMap,
|
||||
getTreeMap,
|
||||
getBacklinkCount,
|
||||
|
||||
Reference in New Issue
Block a user