adopted-ember-addons / ember-moment

MIT License
400 stars 122 forks source link

`MomentOverride.defaultFormat` null if not defined in config #363

Closed jfdnc closed 2 years ago

jfdnc commented 2 years ago

Fixes https://github.com/adopted-ember-addons/ember-moment/issues/362

Current implementation throws TypeError for undefined if config.moment.outputFormat is not specified.

jfdnc commented 2 years ago

@alexlafroscia Thanks for the review and the lint fix 🎉