[develop | WIP | FIXED]: parsingFunctions.class.ts: Added check if there are no classifiedSubjects.
This commit is contained in:
parent
c5bd710621
commit
ac46ecb997
|
@ -664,7 +664,7 @@ export class ParsingFunctions {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if(properties.environment != "production") {
|
if(properties.environment != "production" && classifiedSubjects != null) {
|
||||||
for (let classified of classifiedSubjects.keys()) {
|
for (let classified of classifiedSubjects.keys()) {
|
||||||
subjects = subjects.concat(classifiedSubjects.get(classified));
|
subjects = subjects.concat(classifiedSubjects.get(classified));
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue