fix(speedtest): fixed a pydantic validation error
This commit is contained in:
parent
45d0b32826
commit
418eeb983c
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ class Latency(BaseModel):
|
|||
jitter: float
|
||||
|
||||
class Server(BaseModel):
|
||||
id: str
|
||||
id: int
|
||||
name: str
|
||||
location: str
|
||||
country: str
|
||||
|
|
Loading…
Reference in a new issue