@digipair/skill-keycloak 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.esm.js +1 -1
- package/package.json +1 -1
package/dist/index.esm.js
CHANGED
|
@@ -44530,7 +44530,7 @@ const executePins = async (settingsOrigin, context = {})=>{
|
|
|
44530
44530
|
if (!pins) {
|
|
44531
44531
|
throw new Error(`Element ${settings.element} not found in library ${settings.library}`);
|
|
44532
44532
|
}
|
|
44533
|
-
const result = await pins(settings.properties, settings.pins, context);
|
|
44533
|
+
const result = await pins(settings._properties ?? settings.properties, settings.pins, context);
|
|
44534
44534
|
_config.LOGGER('INFO', context.__PATH__, `execute:${settings.library}:${settings.element}:end`, context, result);
|
|
44535
44535
|
return result;
|
|
44536
44536
|
};
|