Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
(CONT-517) Fix undefined method reverse
Prior to this commit `items.find_all.last` had been repaced by `items.reverse.find`. The change was introduced due to a Rubocop suggestion. However, it was incorrect due to the datatype of `items`. This commit reverts the change.
- Loading branch information