Skip to content

Commit

Permalink
Merge pull request #767 from benediktziegler/fix-change-token-entity-…
Browse files Browse the repository at this point in the history
…type-name

fix: fix change token entity type name
  • Loading branch information
vgrem authored Oct 24, 2023
2 parents b69ac17 + c052261 commit 476b170
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions office365/sharepoint/changes/token.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,8 @@ def __init__(self, string_value=None):

def __repr__(self):
return self.StringValue or ""

@property
def entity_type_name(self):
return "SP.ChangeToken"

0 comments on commit 476b170

Please sign in to comment.