This commit is contained in:
Jackson Kearl
2021-03-30 20:06:09 -07:00
parent 2d5f0e4953
commit c18893214c

View File

@@ -45,8 +45,8 @@ export class GithubRemoteSourceProvider implements RemoteSourceProvider {
}
const all = await Promise.all([
this.getQueryRemoteSources(octokit, query),
this.getUserRemoteSources(octokit, query),
this.getQueryRemoteSources(octokit, query)
]);
const map = new Map<string, RemoteSource>();