We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93b9955 commit a3aa0b2Copy full SHA for a3aa0b2
provider/github/github.go
@@ -14,7 +14,7 @@ type Repo struct {
14
Archived bool `json:"isArchived"`
15
Owner struct {
16
Login string `json:"login"`
17
- }
+ } `json:"owner"`
18
}
19
20
type Github struct {
0 commit comments