Skip to content

Commit

Permalink
Made components required for importance by component
Browse files Browse the repository at this point in the history
  • Loading branch information
jjaquish committed Apr 2, 2024
1 parent 295fee7 commit 8d17fea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/ibutsu_server/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@
"name": "components",
"description": "The component(s) to filter by",
"type": "string",
"required": False,
"required": True,
"default": "",
},
{
Expand Down

0 comments on commit 8d17fea

Please sign in to comment.