Skip to content

Commit

Permalink
lint fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
benzekrimaha committed Jan 7, 2025
1 parent 85a9940 commit eddcaed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/network/kmip/transport/TransportTemplate.ts
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ export default class TransportTemplate {
...this.options.tls,
host: '127.0.0.1',
family: 4,
}
};
const socket = this.channel.connect(
this.options.tls.port || DEFAULT_KMIP_PORT,
options,
Expand Down

0 comments on commit eddcaed

Please sign in to comment.