Skip to content

Commit

Permalink
naming bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Ronald Krist committed Feb 9, 2024
1 parent c9f7a5a commit 53e72c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion oarepo_model_builder/datatypes/components/model/service.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ class Meta:
ma.fields.String(attribute="result-list-class", data_key="result-list-class"),
metadata={"doc": "Class of service result list"},
)
result_list_class = ma.fields.List(
result_item_class = ma.fields.List(
ma.fields.String(attribute="result-item-class", data_key="result-item-class"),
metadata={"doc": "Class of service result item"},
)
Expand Down

0 comments on commit 53e72c3

Please sign in to comment.