Skip to content

Commit

Permalink
fix: error in def of work_type facet
Browse files Browse the repository at this point in the history
  • Loading branch information
sennierer committed Dec 9, 2024
1 parent a5b6b9e commit 87e6c29
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions apis_ontology/api/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -283,10 +283,7 @@ def get_paginated_response_schema(self, schema):
"type": "integer",
},
"children": {
"type": "array",
"items": {
"$ref": "#/components/schemas/PaginatedWorkPreviewList/properties/facets/properties/work_type",
},
"$ref": "#/components/schemas/PaginatedWorkPreviewList/properties/facets/properties/work_type"
},
},
},
Expand Down

0 comments on commit 87e6c29

Please sign in to comment.