forked from mirrors/bookwyrm
Typo fix preventing review propogation
This commit is contained in:
parent
3692fe5151
commit
ff25152afe
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ def get_review(review):
|
||||||
''' fedireads json for book reviews '''
|
''' fedireads json for book reviews '''
|
||||||
status = get_status(review)
|
status = get_status(review)
|
||||||
status['inReplyToBook'] = review.book.absolute_id
|
status['inReplyToBook'] = review.book.absolute_id
|
||||||
status['fedireadsType'] = review.status_type,
|
status['fedireadsType'] = review.status_type
|
||||||
status['name'] = review.name
|
status['name'] = review.name
|
||||||
status['rating'] = review.rating
|
status['rating'] = review.rating
|
||||||
return status
|
return status
|
||||||
|
|
Loading…
Reference in a new issue