mirror of
https://github.com/zadam/trilium.git
synced 2025-11-17 18:50:41 +01:00
server-esm: Change some more export object to export default object
This commit is contained in:
@@ -110,7 +110,7 @@ function isAttributeDangerous(type: string, name: string): boolean {
|
||||
);
|
||||
}
|
||||
|
||||
export = {
|
||||
export default {
|
||||
getNotesWithLabel,
|
||||
getNoteWithLabel,
|
||||
createLabel,
|
||||
|
||||
Reference in New Issue
Block a user