Fixes review rating serialization

This commit is contained in:
Mouse Reeve
2021-04-29 15:16:51 -07:00
parent daf65e230d
commit d61ba2e474
2 changed files with 5 additions and 4 deletions

View File

@ -83,4 +83,5 @@ class Rating(Comment):
rating: int
content: str = None
name: str = None # not used, but the model inherits from Review
type: str = "Rating"