Skip to content

Commit 82d7cb8

Browse files
Brandon Shegahamchapman
authored andcommitted
Fixed issue with method call
1 parent 675c8d4 commit 82d7cb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/PusherConnection.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -613,7 +613,7 @@ public typealias PusherEventJSON = [String: AnyObject]
613613
return
614614
}
615615

616-
handleAuthInfo(authString: authInfo.auth, channelData: authInfo.channelData, channel: channel)
616+
self.handleAuthInfo(authString: authInfo.auth, channelData: authInfo.channelData, channel: channel)
617617
}
618618

619619
return true

0 commit comments

Comments
 (0)