Don't fail when textkali.STRUCT is nullish

This commit is contained in:
Emmanuel 2023-06-19 13:42:06 +02:00
parent f7aa8a6190
commit cff3202a1b

View file

@ -72,7 +72,7 @@ export class Aggregator {
if (this.follow.has("STRUCT.LIEN_SECTION_TA.@id")) {
for (const lien of iterArrayOrSingleton(
textekali.STRUCT.LIEN_SECTION_TA,
textekali.STRUCT?.LIEN_SECTION_TA,
)) {
this.requestId(lien["@id"])
}