Skip to content

Commit 6769dd4

Browse files
committed
Refine fix for avatar
Fixes microsoft#2771
1 parent 244d2a1 commit 6769dd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/github/utils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -437,7 +437,7 @@ function parseAuthor(
437437
return {
438438
login: author.login,
439439
url: author.url,
440-
avatarUrl: getAvatarWithEnterpriseFallback(author.avatarUrl, author.email, githubRepository.remote.authProviderId),
440+
avatarUrl: getAvatarWithEnterpriseFallback(author.avatarUrl, undefined, githubRepository.remote.authProviderId),
441441
email: author.email
442442
};
443443
} else {

0 commit comments

Comments
 (0)