Commit f2dce40
committed
fix: use correct commiter avatars
User data from commits has different details than from activity. Commit data has much less information about authors and some of it is stored under different keys.
The only values that matter are:
- login: same in both
- avatar URL: avatar_url for ACTIVITY, avatarUrl for COMMIT
- activity count: added by the script, always as activityCount1 parent 3d1e7e5 commit f2dce40
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
101 | 101 | | |
102 | 102 | | |
103 | 103 | | |
104 | | - | |
| 104 | + | |
105 | 105 | | |
106 | 106 | | |
107 | 107 | | |
| |||
0 commit comments