You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: handle commits without committer property in recently-used analyzer
Prevents TypeError when payload.commits contains commit objects without committer.
Checks commit and commit.committer exist before accessing email property.
0 commit comments