Skip to content

Commit 89fbc3a

Browse files
committed
Fix #3653
1 parent d8aff57 commit 89fbc3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

user.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import (
1111
// User represents a API user.
1212
type User struct {
1313
ID int64 `json:"id"`
14-
UserName string `json:"username"`
14+
UserName string `json:"login"`
1515
FullName string `json:"full_name"`
1616
Email string `json:"email"`
1717
AvatarUrl string `json:"avatar_url"`

0 commit comments

Comments
 (0)