enhanced preorder map

This commit is contained in:
2025-09-18 12:57:10 +02:00
parent f05ff28394
commit 59e8e4a7a6

View File

@@ -19,7 +19,6 @@ class GeocodingController extends mfBaseController {
} }
$data = json_decode($response, true); $data = json_decode($response, true);
var_dump($data); // Debugging line, can be removed in production
if ($data['status'] !== 'OK' || empty($data['results'])) { if ($data['status'] !== 'OK' || empty($data['results'])) {
self::returnJson([]); self::returnJson([]);
return; return;