cesium / atomic

⚛️ De-engineered bifurcarted intranet
MIT License
39 stars 8 forks source link

fix: year specs #401

Closed ruilopesm closed 1 year ago

reviewpad[bot] commented 1 year ago

AI-Generated Summary: This pull request includes changes to the Atomic.Ecto.Year module. Specifically, it modifies the type specifications of the next_year and previous_year functions. They were previously specified to take Date.t() as an input but have been updated to take String.t() instead. This most likely due to a realization that the functions are working with string formatted years, rather than Date types.