Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
D
dex
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
go
dex
Commits
0822f1d4
Unverified
Commit
0822f1d4
authored
May 14, 2018
by
Eric Chiang
Committed by
GitHub
May 14, 2018
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1232 from silenceshell/patch-1
fix typo
parents
bf3ffb53
468b5e3f
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
github.go
connector/github/github.go
+1
-1
No files found.
connector/github/github.go
View file @
0822f1d4
...
...
@@ -457,7 +457,7 @@ func (c *githubConnector) user(ctx context.Context, client *http.Client) (user,
return
u
,
err
}
// Only pulic user emails are returned by 'GET /user'. u.Email will be empty
// Only pu
b
lic 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
u
.
Email
==
""
{
var
err
error
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment