Fix last night's bugs

This commit is contained in:
Joachim
2021-05-26 09:09:13 +02:00
parent 5b03934ec3
commit 8c25272462
4 changed files with 10 additions and 12 deletions

View File

@ -37,7 +37,6 @@ class Book(BookData):
publishedDate: str = ""
cover: Document = None
preview_image: Document = None
type: str = "Book"