mirror of
https://github.com/zadam/trilium.git
synced 2025-06-06 01:48:32 +02:00
unused param
This commit is contained in:
parent
ed1cf6aad5
commit
7c404f03db
@ -68,7 +68,7 @@ async function executeScript(script, params, startNoteId, currentNoteId, originE
|
|||||||
return await executeBundle(bundle, { startNote, originEntity });
|
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
|
// scripts run as "server" sourceId so clients recognize the changes as "foreign" and update themselves
|
||||||
cls.namespace.set('sourceId', sourceIdService.getCurrentSourceId());
|
cls.namespace.set('sourceId', sourceIdService.getCurrentSourceId());
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user