Fix typos

This commit is contained in:
Jannis Portmann 2022-01-12 23:28:25 +01:00
parent 72418dd5a4
commit d0feff7d74
2 changed files with 2 additions and 2 deletions

View file

@ -15,7 +15,7 @@ class PlzToCoordinate
{
try {
$lat = $result->records[$i]->fields->geo_point_2d[0];
$long = $result->records[$i]->fields->geo_point_2d[0];
$long = $result->records[$i]->fields->geo_point_2d[1];
} catch (\Throwable $th) {
// throw $th;
}