mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-31 18:36:30 +01:00 
			
		
		
		
	server-esm: Change some more export object to export default object
This commit is contained in:
		| @@ -27,7 +27,7 @@ function getColumn<T>(query: string, params: string[] = []): T[] { | ||||
|     return dbConnection.prepare(query).pluck().all(params) as T[]; | ||||
| } | ||||
|  | ||||
| export = { | ||||
| export default { | ||||
|     getRawRows, | ||||
|     getRow, | ||||
|     getColumn | ||||
|   | ||||
		Reference in New Issue
	
	Block a user