From fcb52a289ed895051c6d113f4104f3935022710c Mon Sep 17 00:00:00 2001 From: Daniel Nagel Date: Wed, 15 Oct 2025 15:37:52 +0200 Subject: [PATCH] adsf --- markers.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/markers.js b/markers.js index 17a5ae6..bc85da9 100644 --- a/markers.js +++ b/markers.js @@ -19,7 +19,7 @@ async function GetMarkerData() { } //Render Map Markers with the Position from Grist Database -function RenderMarkers(data){ +function RenderMarkers(rows){ if (!Array.isArray(rows)) { console.error('Erwarte ein Array, bekam:', rows); return;