Skip to content

Commit

Permalink
Fix typo in consumer models
Browse files Browse the repository at this point in the history
Closes #145
  • Loading branch information
seba-aln committed Nov 21, 2022
1 parent 5da4f5d commit d864742
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pubnub/models/consumer/v3/space.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def get(self):
return self

def update(self):
self._get = True
self._update = True
return self

def join(self):
Expand Down
2 changes: 1 addition & 1 deletion pubnub/models/consumer/v3/user.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def get(self):
return self

def update(self):
self._get = True
self._update = True
return self

def join(self):
Expand Down

0 comments on commit d864742

Please sign in to comment.