2
0
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:
Dmitriy Mozgovoy
2023-01-31 17:56:09 +02:00
committed by GitHub
parent 9957377260
commit 9263473154
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -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;