Skip to content

Commit

Permalink
Bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
0xRy4n committed Oct 20, 2023
1 parent e8447aa commit 2e6d12f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions intercom_python_sdk/apis/help_center/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,8 @@ def update(self):
schema = hc_schemas.CollectionSchema().load(data)
self.api_client.update_collection_by_id(self.id, schema)

return self


class CollectionList(ModelBase):
def __init__(self, *args, **kwargs):
Expand Down

0 comments on commit 2e6d12f

Please sign in to comment.