Skip to content

Commit a9df484

Browse files
dmorrowhamchapman
authored andcommitted
Update PusherConnection.swift
1 parent a73e6dc commit a9df484

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
@@ -182,7 +182,7 @@ public typealias PusherEventJSON = [String: AnyObject]
182182
*/
183183
internal func unsubscribeAll() {
184184
for (_, channel) in channels.channels {
185-
pusher.unsubscribe(channel.name)
185+
unsubscribe(channel.name)
186186
}
187187
}
188188

0 commit comments

Comments
 (0)