AddOn/Datenexport_Zeiterfassung/index.php aktualisiert

This commit is contained in:
olaf.braun 2025-06-26 23:57:09 +02:00
parent 19f0806b2d
commit a5ea93bc6d
1 changed files with 0 additions and 3 deletions

View File

@ -30,7 +30,4 @@ if (isset($data['Result']) && $data['Result'] === 'JobPending') {
} else {
print_r($data); // Daten vorhanden
echo "<hr/>";
echo json_encode($api->parseCalDataToJson($data));
}