Skip to content

Commit

Permalink
Merge pull request #582 from zowe/1000TurquoisePogs-patch-10
Browse files Browse the repository at this point in the history
Fix missing 'proto' regerence
  • Loading branch information
1000TurquoisePogs authored Jan 7, 2025
2 parents 1b53316 + f431897 commit 1aad7ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/apiml.js
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ ApimlConnector.prototype = {
log.debug("ZWED0141I", 'https', this.port); //"Protocol:", proto, "Port", port);
log.debug("ZWED0142I", JSON.stringify(protocolObject)); //"Protocol Object:", JSON.stringify(protocolObject));

const instance = Object.assign({}, MEDIATION_LAYER_INSTANCE_DEFAULTS(proto, this.hostName, this.port));
const instance = Object.assign({}, MEDIATION_LAYER_INSTANCE_DEFAULTS('https', this.hostName, this.port));
Object.assign(instance, overrides);
Object.assign(instance, {
instanceId: `${this.hostName}:zlux:${this.port}`,
Expand Down

0 comments on commit 1aad7ce

Please sign in to comment.