Fixes rate action
This commit is contained in:
parent
dccd9ac052
commit
5cadd48aef
2 changed files with 3 additions and 1 deletions
|
@ -53,7 +53,7 @@ class Comment(Note):
|
|||
@dataclass(init=False)
|
||||
class Review(Comment):
|
||||
''' a full book review '''
|
||||
name: str
|
||||
name: str = None
|
||||
rating: int = None
|
||||
type: str = 'Review'
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue