`end_date` dies if there isn't one
Closed this issue · 0 comments
tmtmtmtm commented
> EveryPolitician::Index.new.country('Estonia').legislature('Riigikogu').legislative_periods.first.end_date
NoMethodError: undefined method `split' for nil:NilClass
I would expect this to return nil
instead