Use a default `reportMessage` configuration if not specified

This commit is contained in:
Jon Chambers 2021-10-21 16:28:13 -04:00 committed by Ehren Kret
parent 07cd69ab34
commit 598599cd14
1 changed files with 1 additions and 1 deletions

View File

@ -328,7 +328,7 @@ public class WhisperServerConfiguration extends Configuration {
@Valid
@NotNull
@JsonProperty
private ReportMessageConfiguration reportMessage;
private ReportMessageConfiguration reportMessage = new ReportMessageConfiguration();
private Map<String, String> transparentDataIndex = new HashMap<>();