Skip to content

Commit 0fe28f8

Browse files
committed
upd
1 parent 782dca5 commit 0fe28f8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

fastapi_jsonapi/views/view_base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ def process_include_with_nested(
232232
current_db_item = [current_db_item]
233233

234234
current_db_item = self.process_db_items_and_create_prepare(
235-
parent_db_items=list(current_db_item),
235+
parent_db_items=current_db_item,
236236
previous_resource_type=previous_resource_type,
237237
related_field_name=related_field_name,
238238
relationship_info=relationship_info,

0 commit comments

Comments
 (0)