Minor: remove TODO for json.get multi path support by mapleFU · Pull Request #1045 · RedisJSON/RedisJSON

@mapleFU

When I'm reading the code, I found there is a TODO for multi-path support in JSON.GET. However, I found that it has already been supported. So I remove the TODO.

@mapleFU

@CLAassistant

CLA assistant check
All committers have signed the CLA.

@codecov

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (d4ba815) 79.18% compared to head (e0e177e) 79.18%.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #1045   +/-   ##
=======================================
  Coverage   79.18%   79.18%           
=======================================
  Files          15       15           
  Lines        3853     3853           
=======================================
  Hits         3051     3051           
  Misses        802      802           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@mapleFU