Anton Gilgur a31cda15a9
refactor(cache): simplify condition w/ optional chaining (#356)
- as I've done in other places, simplify a condition by using optional chaining syntax (over the previously necessary syntax with `&&` etc)

- also add a new line to the first `.map` here
  - for style consistency and because this is a super long line
  - this wasn't possible before the lodash refactor because it was all one big single statement in the chain
2022-06-14 08:36:04 -06:00
..
2018-02-08 11:15:26 -07:00