mirror of
https://github.com/tenrok/axios.git
synced 2026-06-17 19:21:29 +03:00
chore(ci): fixed contributors avatar rendering for CHANGELOG.md; (#5514)
This commit is contained in:
+1
-1
@@ -28,7 +28,7 @@ const getUserFromCommit = ((commitCache) => async (sha) => {
|
||||
return commitCache[sha] = {
|
||||
...data.commit.author,
|
||||
...data.author,
|
||||
avatar_url_sm: data.author.avatar_url ? data.author.avatar_url + '&s=16' : '',
|
||||
avatar_url_sm: data.author.avatar_url ? data.author.avatar_url + '&s=18' : '',
|
||||
};
|
||||
} catch (err) {
|
||||
return commitCache[sha] = null;
|
||||
|
||||
Reference in New Issue
Block a user