mirror of
https://github.com/flibusta-apps/book_library_server.git
synced 2025-12-06 15:15:36 +01:00
Fix
This commit is contained in:
@@ -70,7 +70,7 @@ async def get_sequence_books(
|
||||
total=page.total,
|
||||
page=page.page,
|
||||
size=page.size,
|
||||
parent_item=sequence, # type: ignore
|
||||
parent_item=Sequence.parse_obj(sequence.dict()) if sequence else None,
|
||||
)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user