Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix
GetGraphForModuleKeys
requiring unique Registries (#2779)
`GetGraphForModuleKeys` was attempting to determine a primary and secondary registry, but it was doing so by requiring that the Registry is unique across all deps. Instead, it should simply extract the unique registries.
- Loading branch information