mirror of
https://github.com/zadam/trilium.git
synced 2025-11-13 08:45:50 +01:00
server-esm: Change some more export object to export default object
This commit is contained in:
@@ -1037,7 +1037,7 @@ function getNoteIdMapping(origNote: BNote) {
|
||||
return noteIdMapping;
|
||||
}
|
||||
|
||||
export = {
|
||||
export default {
|
||||
createNewNote,
|
||||
createNewNoteWithTarget,
|
||||
updateNoteData,
|
||||
|
||||
Reference in New Issue
Block a user