mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-02-23 20:01:01 -05:00
All the constructor of the service model is doing is setting a default value of a property, this is more idiomatically expressed with a custom property, and means we can get rid of the custom constructor entirely.