typo neaby -> nearby
This commit is contained in:
parent
3fcb58b4e3
commit
ac9f51ff38
1 changed files with 1 additions and 1 deletions
|
@ -372,7 +372,7 @@ class CustomLocationSchema(SerializableSchema):
|
|||
near_poi: Optional[PositiveInt] = APIField(
|
||||
description="the ID of a POI near this custom location, if there is one"
|
||||
)
|
||||
neaby: list[PositiveInt] = APIField(
|
||||
nearby: list[PositiveInt] = APIField(
|
||||
description="list of IDs of nearby locations"
|
||||
)
|
||||
altitude: Optional[float] = APIField(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue