Skip to content

Commit c92cdb6

Browse files
committed
Fix a typo.
1 parent 1b68fc5 commit c92cdb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

node-client/src/web-socket-handler.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ export class WebSocketHandler {
3434
const uri = `wss://${target}${path}`;
3535

3636
const opts : https.RequestOptions = {};
37-
this.config.applytoHTTPsOptions(opts)
37+
this.config.applytoHTTPSOptions(opts)
3838

3939
const client = new ws.client({ tlsOptions: opts } );
4040

0 commit comments

Comments
 (0)