Skip to content

Commit

Permalink
fix: removed size and sector from ENUM so they wont need to be verified
Browse files Browse the repository at this point in the history
  • Loading branch information
Lombardoh committed Jul 13, 2023
1 parent 23a2ff2 commit 98f69f2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions app/schema/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,6 @@ class UpdateDataField(BaseModel):
address: Optional[bool]
legal_identifier: Optional[bool]
type: Optional[bool]
sector: Optional[bool]
size: Optional[bool]


class ApplicationUpdate(BaseModel):
Expand Down

0 comments on commit 98f69f2

Please sign in to comment.