mirror of
https://github.com/zadam/trilium.git
synced 2025-11-11 15:55:52 +01:00
server-esm: Change some more export object to export default object
This commit is contained in:
@@ -146,7 +146,7 @@ function validateAndPatch(target: any, source: any, allowedProperties: Validator
|
||||
}
|
||||
}
|
||||
|
||||
export = {
|
||||
export default {
|
||||
EtapiError,
|
||||
sendError,
|
||||
route,
|
||||
|
||||
Reference in New Issue
Block a user