@digipair/skill-web-chatbot 0.121.13 → 0.121.15
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.
- package/dist/index.esm2.js +1 -1
- package/package.json +1 -1
package/dist/index.esm2.js
CHANGED
|
@@ -57994,7 +57994,7 @@ const executePins = async (settingsOrigin, context = {})=>{
|
|
|
57994
57994
|
if (!pins) {
|
|
57995
57995
|
throw new Error(`Element ${settings.element} not found in library ${settings.library}`);
|
|
57996
57996
|
}
|
|
57997
|
-
const result = await pins(settings.properties, settings.pins, context);
|
|
57997
|
+
const result = await pins(settings._properties ?? settings.properties, settings.pins, context);
|
|
57998
57998
|
_config$1.LOGGER('INFO', context.__PATH__, `execute:${settings.library}:${settings.element}:end`, context, result);
|
|
57999
57999
|
return result;
|
|
58000
58000
|
};
|