mirror of
https://github.com/status-im/sourcecred.git
synced 2025-02-03 16:23:54 +00:00
01248fb8f6
Before we added the concept of "SourceCred Projects", we tracked cred instances via their GitHub repostiory id. The replacement for this system was added in #1238, I missed the RepoIdRegistry in the cleanup. This commit removes all code pertaining to the now-obsolete RepoIdRegistry. Test plan: - `yarn test --full` passes - manual inspection of `yarn start`; it still loads properly - manual inspection of the output for build_static_site.sh - `git grep repoIdRegistry` returns no hits