Skip to content

Commit acaaeb5

Browse files
committed
remove unnecessary assignment of id
1 parent 26105de commit acaaeb5

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

api/queries_repo.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -447,7 +447,6 @@ type repositoryV3 struct {
447447
CreatedAt time.Time `json:"created_at"`
448448
Owner struct {
449449
Login string
450-
ID string
451450
}
452451
Private bool
453452
HTMLUrl string `json:"html_url"`
@@ -1133,7 +1132,6 @@ func CreateRepoTransformToV4(apiClient *Client, hostname string, method string,
11331132
CreatedAt: responsev3.CreatedAt,
11341133
Owner: RepositoryOwner{
11351134
Login: responsev3.Owner.Login,
1136-
ID: responsev3.Owner.ID,
11371135
},
11381136
ID: responsev3.NodeID,
11391137
hostname: hostname,

0 commit comments

Comments
 (0)