mirror of
https://github.com/zadam/trilium.git
synced 2025-11-06 05:15:59 +01:00
server-esm: Change some more export object to export default object
This commit is contained in:
@@ -250,7 +250,7 @@ function convertNoteToAttachment(req: Request) {
|
||||
};
|
||||
}
|
||||
|
||||
export = {
|
||||
export default {
|
||||
getNote,
|
||||
getNoteBlob,
|
||||
getNoteMetadata,
|
||||
|
||||
Reference in New Issue
Block a user