Skip to content

Commit c188932

Browse files
author
Jackson Kearl
committed
1 parent 2d5f0e4 commit c188932

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extensions/github/src/remoteSourceProvider.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ export class GithubRemoteSourceProvider implements RemoteSourceProvider {
4545
}
4646

4747
const all = await Promise.all([
48+
this.getQueryRemoteSources(octokit, query),
4849
this.getUserRemoteSources(octokit, query),
49-
this.getQueryRemoteSources(octokit, query)
5050
]);
5151

5252
const map = new Map<string, RemoteSource>();

0 commit comments

Comments
 (0)