NHSDigital / ndr_support

National Disease Registers support gem
MIT License
4 stars 6 forks source link

fix issue with blank date causing error for dateranges #25

Closed JoeCatling closed 3 years ago

JoeCatling commented 3 years ago

does downstream code now need to always pass do_not_sort_dates: true ?

This was the case before, we only want it to be true for this one situation at the moment. I think do_not_sort_dates: false in the initialize covers the rest of the situations that we do still want date sorting.