Commit d2bc5a1
committed
fix(github): fall through to commit author lookup when user search returns no results
resolveAuthorInfo was returning early with an empty login when the GitHub user
search yielded zero items, so the commit-based fallback never ran. Invert the
condition to only set the login when results are present and always continue to
the next lookup strategy.1 parent 8e688b4 commit d2bc5a1
1 file changed
+2
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
371 | 371 | | |
372 | 372 | | |
373 | 373 | | |
374 | | - | |
375 | | - | |
| 374 | + | |
| 375 | + | |
376 | 376 | | |
377 | | - | |
378 | | - | |
379 | 377 | | |
380 | 378 | | |
381 | 379 | | |
| |||
0 commit comments