Don't fail when textkali.STRUCT is nullish
This commit is contained in:
parent
f7aa8a6190
commit
cff3202a1b
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ export class Aggregator {
|
||||||
|
|
||||||
if (this.follow.has("STRUCT.LIEN_SECTION_TA.@id")) {
|
if (this.follow.has("STRUCT.LIEN_SECTION_TA.@id")) {
|
||||||
for (const lien of iterArrayOrSingleton(
|
for (const lien of iterArrayOrSingleton(
|
||||||
textekali.STRUCT.LIEN_SECTION_TA,
|
textekali.STRUCT?.LIEN_SECTION_TA,
|
||||||
)) {
|
)) {
|
||||||
this.requestId(lien["@id"])
|
this.requestId(lien["@id"])
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue