typo neaby -> nearby

This commit is contained in:
Gwendolyn 2023-11-24 17:21:39 +01:00
parent 3fcb58b4e3
commit ac9f51ff38

View file

@ -372,7 +372,7 @@ class CustomLocationSchema(SerializableSchema):
near_poi: Optional[PositiveInt] = APIField( near_poi: Optional[PositiveInt] = APIField(
description="the ID of a POI near this custom location, if there is one" 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" description="list of IDs of nearby locations"
) )
altitude: Optional[float] = APIField( altitude: Optional[float] = APIField(