Skip to content

Commit 9bccb2e

Browse files
committed
Remove Pusher.Events.subscriptionCount constant. We're not using it anymore
1 parent fd12431 commit 9bccb2e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Sources/Models/Constants.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ enum Constants {
2323
static let unsubscribe = "pusher:unsubscribe"
2424
static let subscriptionError = "pusher:subscription_error"
2525
static let subscriptionSucceeded = "pusher:subscription_succeeded"
26-
static let subscriptionCount = "pusher:subscription_count"
2726
}
2827

2928
enum PusherInternal {

0 commit comments

Comments
 (0)