mirror of
https://github.com/zadam/trilium.git
synced 2025-11-02 19:36:12 +01:00
server-esm: Change some more export object to export default object
This commit is contained in:
@@ -136,7 +136,7 @@ function isAllowed(name: string) {
|
||||
|| name.startsWith("hideArchivedNotes");
|
||||
}
|
||||
|
||||
export = {
|
||||
export default {
|
||||
getOptions,
|
||||
updateOption,
|
||||
updateOptions,
|
||||
|
||||
Reference in New Issue
Block a user