Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: return nested value from dag.get (#3966)
If we're traversing thorough and object and the thing at the end of the path is a CID, load that thing and return it as the final value, unless `localResolve` is true, in which case return the CID. Fixes #3957
- Loading branch information