epimorphics / ukhpi

Open data for for the UK House Price Index from Land Registry, RoS, NISRA and ONS
MIT License
5 stars 2 forks source link

Error 500 internal server error when trying to print data table #397

Closed jonrandahl closed 6 months ago

jonrandahl commented 6 months ago

This PR resolves the error reported in ticket #396 by updating the print presenter to use .try(:first) which resolves by returning nil without failing if the requested element does not have the method .first, i.e. is empty or nil

Additional Changes:

jonrandahl commented 6 months ago

Closing as releasing change through the stack to verify and ensure it's updated on all instances going forward.