mirror of
https://github.com/zadam/trilium.git
synced 2025-11-12 08:15:52 +01:00
server-esm: Change export object to export default object
This commit is contained in:
@@ -44,6 +44,6 @@ function protectRevisions(note: BNote) {
|
||||
}
|
||||
}
|
||||
|
||||
export = {
|
||||
export default {
|
||||
protectRevisions
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user