sass / migrator

Tool for migrating stylesheets to new Sass versions
MIT License
89 stars 10 forks source link

Remove a now unnecessary null assertion #221

Closed natebosch closed 2 years ago

natebosch commented 2 years ago

In the latest version of package:collection the argument type for the callback in maxBy was tightened since it has unnecessarily been marked as nullable.

Remove the null assertion and bump the minimum version of collection.

jathak commented 2 years ago

Thanks!