Skip to content

Commit

Permalink
etc: remove a default value for Filter.operator in the model definition
Browse files Browse the repository at this point in the history
Signed-off-by: kangwork <[email protected]>
  • Loading branch information
kangwork committed Aug 13, 2024
1 parent 827c4f0 commit 31e69c4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ class Sort(BaseModel):
class Filter(BaseModel):
key: str
value: str
operator: str = 'eq'
operator: str


class Options(BaseModel):
Expand Down

0 comments on commit 31e69c4

Please sign in to comment.