mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-06-20 21:21:54 -04: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.