fix tier float
This commit is contained in:
parent
ff9820259b
commit
4967008abb
1 changed files with 1 additions and 1 deletions
|
|
@ -77,7 +77,7 @@ class EstimationResult(BaseModel):
|
||||||
applicant_type: str
|
applicant_type: str
|
||||||
age: int
|
age: int
|
||||||
bmi: float
|
bmi: float
|
||||||
tier: int
|
tier: float
|
||||||
rx_spend: float
|
rx_spend: float
|
||||||
message: str
|
message: str
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue