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
|
jitter: float
|
||||||
|
|
||||||
class Server(BaseModel):
|
class Server(BaseModel):
|
||||||
id: str
|
id: int
|
||||||
name: str
|
name: str
|
||||||
location: str
|
location: str
|
||||||
country: str
|
country: str
|
||||||
|
|
Loading…
Reference in a new issue