mirror of
https://github.com/zadam/trilium.git
synced 2025-11-16 10:15:52 +01:00
server-esm: Change some more export object to export default object
This commit is contained in:
@@ -107,7 +107,7 @@ function isValidEntityId(obj: unknown) {
|
||||
}
|
||||
}
|
||||
|
||||
export = {
|
||||
export default {
|
||||
mandatory,
|
||||
notNull,
|
||||
isString,
|
||||
|
||||
Reference in New Issue
Block a user