mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-31 02:16:05 +01:00 
			
		
		
		
	label service refactoring + rename of doInTransaction to transactional
This commit is contained in:
		| @@ -27,7 +27,7 @@ async function executeBundle(bundle, startNote) { | ||||
|         return await execute(ctx, script, ''); | ||||
|     } | ||||
|     else { | ||||
|         return await sql.doInTransaction(async () => execute(ctx, script, '')); | ||||
|         return await sql.transactional(async () => execute(ctx, script, '')); | ||||
|     } | ||||
| } | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user