Closed 10xSebastian closed 4 years ago
When error response bodies where containing a "response" key, lhc's internal Data::Base was running into a SystemStackError: stack level too deep error (e.g. https://rollbar.com/local.ch/opm/items/83972/occurrences/133328495053/).
SystemStackError: stack level too deep
This PR fixes that issue.
When error response bodies where containing a "response" key, lhc's internal Data::Base was running into a
SystemStackError: stack level too deep
error (e.g. https://rollbar.com/local.ch/opm/items/83972/occurrences/133328495053/).This PR fixes that issue.