mirror of
https://github.com/zadam/trilium.git
synced 2025-11-01 19:05:59 +01:00
server-esm: Change some more export object to export default object
This commit is contained in:
@@ -97,7 +97,7 @@ function convertAttachmentToNote(req: Request) {
|
||||
return attachment.convertToNote();
|
||||
}
|
||||
|
||||
export = {
|
||||
export default {
|
||||
getAttachmentBlob,
|
||||
getAttachments,
|
||||
getAttachment,
|
||||
|
||||
Reference in New Issue
Block a user