Ausweis, Ausstellung, Adresse
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user