Skip to content

Commit

Permalink
Add NPE check (#1169)
Browse files Browse the repository at this point in the history
  • Loading branch information
TruongQuangSB authored Dec 13, 2024
1 parent 0efc974 commit 7158e9b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ class SskgTransformator extends AbstractPlanPro2TableModelTransformator {
fma,
[
fma?.FMAKomponenteAchszaehlpunkt?.aussenelementEnergie?.
bezeichnung?.bezeichnungAEA.wert ?: ""
bezeichnung?.bezeichnungAEA?.wert ?: ""
]
)

Expand Down

0 comments on commit 7158e9b

Please sign in to comment.