Skip to content

Commit

Permalink
removed duplicate code
Browse files Browse the repository at this point in the history
  • Loading branch information
alexj1701 committed Feb 28, 2024
1 parent a2e3f57 commit 7cd8c0d
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions backend/lib.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,7 @@
"type": "string",
"enum": ["$lt", "$gt", "$gte", "$lte"],
"description": "A comparison operator for the class workload",
},
"comparison_operator_workload": {
"type": "string",
"enum": ["$lt", "$gt", "$gte", "$lte"],
"description": "A comparison operator for the class workload",
},

},
},
"required": ["comparison_operator_rating", "rating"],
},
Expand Down

0 comments on commit 7cd8c0d

Please sign in to comment.