RED-8972: numberOfComments missing in entityLog #452

Merged
maverick.studer merged 1 commits from RED-8972 into master 2024-04-16 13:37:34 +02:00

View File

@ -73,4 +73,6 @@ public class EntityLogEntryResponse {
@Builder.Default
Set<String> importedRedactionIntersections = new HashSet<>();
int numberOfComments;
}