We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c2e8ed commit 542078aCopy full SHA for 542078a
1 file changed
src/avatars.ts
@@ -183,7 +183,7 @@ async function getAvatarUriFromRemoteProvider(
183
184
try {
185
if (typeof repoPathOrCommit !== 'string') {
186
- const remotes = await Container.git.getRemotes(repoPathOrCommit.repoPath);
+ const remotes = await Container.instance.git.getRemotes(repoPathOrCommit.repoPath);
187
const [name, domain] = email.split('@');
188
for (const remote of remotes) {
189
const uri = remote.provider.getUrlForAvatar({
0 commit comments