mirror of
https://github.com/zadam/trilium.git
synced 2025-11-16 18:25:51 +01:00
server-esm: Change some more export object to export default object
This commit is contained in:
@@ -200,7 +200,7 @@ function getNotePathData(note: BNote): NotePath | undefined {
|
||||
}
|
||||
}
|
||||
|
||||
export = {
|
||||
export default {
|
||||
getRevisionBlob,
|
||||
getRevisions,
|
||||
getRevision,
|
||||
|
||||
Reference in New Issue
Block a user