Ausweis, Ausstellung, Adresse

This commit is contained in:
Moritz Utcke
2025-04-08 18:49:29 -04:00
parent 07760aa26a
commit d354189d3c
19 changed files with 289 additions and 105 deletions

View File

@@ -25,7 +25,7 @@ export async function endEnergieVerbrauchVerbrauchsausweis_2016(
objekt: ObjektClient,
klimafaktoren: {month: number, year: number, klimafaktor: number}[]
) {
if (!aufnahme || !objekt || !ausweis) {
if (!aufnahme || !objekt || !ausweis || !klimafaktoren) {
return null;
}