Skip to content
Snippets Groups Projects
Unverified Commit 468b5e3f authored by silenceshell's avatar silenceshell Committed by GitHub
Browse files

fix typo

Should `pulic`  be `public`?
parent 0d3edf24
No related branches found
No related tags found
No related merge requests found
...@@ -457,7 +457,7 @@ func (c *githubConnector) user(ctx context.Context, client *http.Client) (user, ...@@ -457,7 +457,7 @@ func (c *githubConnector) user(ctx context.Context, client *http.Client) (user,
return u, err return u, err
} }
// Only pulic user emails are returned by 'GET /user'. u.Email will be empty // Only public user emails are returned by 'GET /user'. u.Email will be empty
// if a users' email is private. We must retrieve private emails explicitly. // if a users' email is private. We must retrieve private emails explicitly.
if u.Email == "" { if u.Email == "" {
var err error var err error
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment