mirror of
https://github.com/zadam/trilium.git
synced 2025-10-30 09:56:36 +01:00
server-esm: Change export object to export default object
This commit is contained in:
@@ -267,6 +267,6 @@ function parseInteger(obj: any, name: string) {
|
||||
return integer;
|
||||
}
|
||||
|
||||
export = {
|
||||
export default {
|
||||
register
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user