@kronos-integration/service 15.2.1 → 15.2.2
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/package.json +1 -1
- package/src/service.mjs +1 -1
package/package.json
CHANGED
package/src/service.mjs
CHANGED
|
@@ -474,7 +474,7 @@ export class Service extends EndpointsMixin(
|
|
|
474
474
|
const credential = await this.getCredential(name);
|
|
475
475
|
|
|
476
476
|
if (credential) {
|
|
477
|
-
this.trace("store credential", name);
|
|
477
|
+
this.trace({ message: "store credential", credential: name });
|
|
478
478
|
setAttribute(this, name, credential, attribute);
|
|
479
479
|
}
|
|
480
480
|
} catch (err) {
|