@shushed/helpers 0.0.198-v2-20251107122648 → 0.0.198-v2-20251107134609
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.
|
@@ -237,6 +237,7 @@ function createFunction(expression) {
|
|
|
237
237
|
return (payload) => global.functionsCache[expression](exports.FUNCTION_EXPR_ERROR, payload);
|
|
238
238
|
}
|
|
239
239
|
function onResponse(config, options) {
|
|
240
|
+
options.logging.log('onResponse', config);
|
|
240
241
|
const flags = options.root[options.triggerId || options.trigger?.id].flags;
|
|
241
242
|
const numberOfInputMessages = options.root[options.triggerId || options.trigger?.id].body.length;
|
|
242
243
|
const outputBody = config.outputs.body;
|