Merge remote-tracking branch 'origin/develop' into feature/server_esm

This commit is contained in:
Elian Doran
2024-07-22 19:58:13 +03:00
56 changed files with 4124 additions and 12044 deletions

View File

@@ -95,10 +95,6 @@ function executeScript(script: string, params: ScriptParams, startNoteId: string
throw new Error("Unable to determine script bundle.");
}
if (!startNote || !originEntity) {
throw new Error("Missing start note or origin entity.");
}
return executeBundle(bundle, { startNote, originEntity });
}