Klimafaktoren gefixt

This commit is contained in:
Moritz Utcke
2025-03-19 12:59:46 -03:00
parent 6c0ab35f91
commit cb7b1f0c41
4 changed files with 14 additions and 5 deletions

View File

@@ -20,6 +20,11 @@ export async function auditKlimaFaktoren(
ausweis.startdatum,
gebaeude.plz
);
if (response && response.length === 3) {
return false
}
return true; // Alle Klimfaktoren konnten abgefragt werden.
} catch (e) {
return true;