mirror of
https://github.com/discourse/discourse.git
synced 2025-02-06 11:28:18 +00:00
583c932173
We're working to remove all decorators from object-literal-properties. This commit refactors all initializers which were using these decorators into classes, where decorators are allowed. Also adds cleanup logic to the local-dates initializer, which was previously missing.