Skip to content
This repository was archived by the owner on Sep 30, 2024. It is now read-only.

Commit fbe6778

Browse files
authored
Merge pull request #38 from theturfster/transparentShareOfPostId_fix
~ [Post.py] Fixed a small breaking typo in the key for transparentShareOfPostId
2 parents 4f45e59 + 5ad8589 commit fbe6778

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cohost/models/post.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ def filename(self):
4242

4343
@property
4444
def transparentShareOfPostId(self):
45-
return self.postData['transparentShareofPostId']
45+
return self.postData['transparentShareOfPostId']
4646

4747
@property
4848
def state(self):

0 commit comments

Comments
 (0)