RED-8313: Do not add IMAGE_HINT to reports

This commit is contained in:
Dominique Eifländer 2024-02-08 09:36:12 +01:00
parent b469182f2f
commit 3b21f76fed

View File

@ -105,7 +105,7 @@ public class EntityLogConverterService {
return;
}
if (entry.getEntryType() == EntryType.HINT) {
if (entry.getEntryType() == EntryType.HINT || entry.getEntryType() == EntryType.IMAGE_HINT) {
return;
}