@manyos/smileconnect-api 1.52.2 → 1.52.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -303,7 +303,7 @@ async function updateTicket(ticketConfig, clientConfig, id, ticketData, globalSc
|
|
|
303
303
|
|
|
304
304
|
//run afterExecution
|
|
305
305
|
if (scripts && scripts.afterExecution) {
|
|
306
|
-
await scriptController.runScripts(scripts.afterExecution, ticketData, clientConfig.clientId);
|
|
306
|
+
await scriptController.runScripts(scripts.afterExecution, ticketData, clientConfig.clientId, globalScriptParams);
|
|
307
307
|
}
|
|
308
308
|
|
|
309
309
|
return update;
|
package/docs/releases.md
CHANGED