Skip to content

Commit 422727d

Browse files
committed
fix encrypted
1 parent 536da3f commit 422727d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Sources/PusherClientOptions.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ public enum AuthMethod {
4545
self.attemptToReturnJSONObject = attemptToReturnJSONObject
4646
self.autoReconnect = autoReconnect
4747
self.host = host.stringValue
48-
self.port = port ?? (encrypted ? 443 : 80)
4948
self.path = path
5049
self.port = port ?? (useTLS ? 443 : 80)
5150
self.useTLS = useTLS

0 commit comments

Comments
 (0)