mirror of
https://github.com/zadam/trilium.git
synced 2025-11-03 03:46:37 +01:00
server-esm: Change some more export object to export default object
This commit is contained in:
@@ -64,7 +64,7 @@ function mapAttachmentToPojo(attachment: BAttachment) {
|
||||
};
|
||||
}
|
||||
|
||||
export = {
|
||||
export default {
|
||||
mapNoteToPojo,
|
||||
mapBranchToPojo,
|
||||
mapAttributeToPojo,
|
||||
|
||||
Reference in New Issue
Block a user