diff --git a/internal/responses/responses.go b/internal/responses/responses.go index cd49559..02f832c 100644 --- a/internal/responses/responses.go +++ b/internal/responses/responses.go @@ -118,5 +118,5 @@ func cleanGitHubHandle(handle string) string { handle = strings.TrimPrefix(handle, "@") // If a full URL is provided handle = strings.TrimPrefix(handle, "https://github.com/") - return handle + return strings.TrimSpace(handle) }