mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-30 18:05:55 +01:00 
			
		
		
		
	server-esm: Change some more export object to export default object
This commit is contained in:
		| @@ -219,7 +219,7 @@ function sanitizeVariableName(str: string) { | ||||
|     return str.replace(/[^a-z0-9_]/gim, ""); | ||||
| } | ||||
|  | ||||
| export = { | ||||
| export default { | ||||
|     executeNote, | ||||
|     executeNoteNoException, | ||||
|     executeScript, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user