Skip to content
Snippets Groups Projects

fix: initialize notification frequency

Merged Alicia.DeDiosFuente requested to merge initialize-notification-frequency into master
1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
@@ -36,6 +36,7 @@ public class PersonNotificationType extends CompositeResource<PersonNotification
public PersonNotificationType() {
this.compositeResId = new PersonNotificationTypeId();
this.notificationFrequency = Frequency.DAILY;
}
@Override
Loading