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:
@@ -93,7 +93,7 @@ function getOptionMap() {
|
||||
return map;
|
||||
}
|
||||
|
||||
export = {
|
||||
export default {
|
||||
getOption,
|
||||
getOptionInt,
|
||||
getOptionBool,
|
||||
|
||||
Reference in New Issue
Block a user