Skip to content

Commit

Permalink
Merge pull request #496 from RADAR-base/fix/email-notification
Browse files Browse the repository at this point in the history
Add default empty email notification protocol
  • Loading branch information
mpgxvii authored Aug 27, 2024
2 parents 7f37c89 + d5b1341 commit 6576954
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,6 @@ public class NotificationProtocol {
private LanguageText body;

@JsonProperty("email")
private EmailNotificationProtocol email;
private EmailNotificationProtocol email = new EmailNotificationProtocol();
}

0 comments on commit 6576954

Please sign in to comment.