Merge remote-tracking branch 'origin/develop' into on-push-strategy

This commit is contained in:
Konstantina Galouni 2024-04-24 16:35:47 +03:00
commit 01f54d788d
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));
}