Skip to content

Commit dddec5f

Browse files
author
Sebastian Molenda
committed
Fix typo in remove_channels_from_push.sync()
1 parent cc97526 commit dddec5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pubnub/endpoints/push/remove_channels_from_push.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ def create_response(self, envelope) -> PNPushRemoveChannelResult:
9898
return PNPushRemoveChannelResult()
9999

100100
def sync(self) -> PNPushRemoveChannelResultEnvelope:
101-
return PNPushRemoveChannelResultEnvelope(self.process_sync())
101+
return PNPushRemoveChannelResultEnvelope(super().sync())
102102

103103
def is_auth_required(self):
104104
return True

0 commit comments

Comments
 (0)