mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-31 02:16:05 +01:00 
			
		
		
		
	unused param
This commit is contained in:
		| @@ -68,7 +68,7 @@ async function executeScript(script, params, startNoteId, currentNoteId, originE | ||||
|     return await executeBundle(bundle, { startNote, originEntity }); | ||||
| } | ||||
|  | ||||
| async function execute(ctx, script, params = []) { | ||||
| async function execute(ctx, script) { | ||||
|     // scripts run as "server" sourceId so clients recognize the changes as "foreign" and update themselves | ||||
|     cls.namespace.set('sourceId', sourceIdService.getCurrentSourceId()); | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user