Skip to content

Commit 95489b2

Browse files
Update pkg/github/search.go
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent b11db64 commit 95489b2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pkg/github/search.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,6 @@ func SearchUsers(getClient GetClientFn, t translations.TranslationHelperFunc) (t
209209
}
210210

211211
client, err := getClient(ctx)
212-
213212
if err != nil {
214213
return nil, fmt.Errorf("failed to get GitHub client: %w", err)
215214
}

0 commit comments

Comments
 (0)