Klimafaktoren gefixt
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user