mirror of
https://github.com/zadam/trilium.git
synced 2025-11-06 21:36:05 +01:00
server-esm: Change export object to export default object
This commit is contained in:
@@ -55,6 +55,6 @@ function exportBranch(req: Request, res: Response) {
|
||||
}
|
||||
}
|
||||
|
||||
export = {
|
||||
export default {
|
||||
exportBranch
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user