Compare commits

...

2 Commits

1 changed files with 1 additions and 1 deletions

View File

@ -664,7 +664,7 @@ export class ParsingFunctions {
}
}
if(properties.environment != "production") {
if(properties.environment != "production" && classifiedSubjects != null) {
for (let classified of classifiedSubjects.keys()) {
subjects = subjects.concat(classifiedSubjects.get(classified));
}