mirror of
https://github.com/zadam/trilium.git
synced 2025-11-11 07:45:51 +01:00
server-esm: Change export object to export default object
This commit is contained in:
@@ -125,6 +125,6 @@ function inlineAttachments(content: string) {
|
||||
return content;
|
||||
}
|
||||
|
||||
export = {
|
||||
export default {
|
||||
exportSingleNote
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user