Skip to content

Commit a3aa0b2

Browse files
committed
fix: 修复Github结构体中Owner字段的JSON标签
1 parent 93b9955 commit a3aa0b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

provider/github/github.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ type Repo struct {
1414
Archived bool `json:"isArchived"`
1515
Owner struct {
1616
Login string `json:"login"`
17-
}
17+
} `json:"owner"`
1818
}
1919

2020
type Github struct {

0 commit comments

Comments
 (0)