Skip to content

Commit

Permalink
Remove deprecated field removed in GitLab 9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
heidiberry committed May 5, 2024
1 parent f23e38b commit 50bbab2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion projects.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ type Project struct {
ID int `json:"id"`
Description string `json:"description"`
DefaultBranch string `json:"default_branch"`
Public bool `json:"public"`
Visibility VisibilityValue `json:"visibility"`
SSHURLToRepo string `json:"ssh_url_to_repo"`
HTTPURLToRepo string `json:"http_url_to_repo"`
Expand Down

0 comments on commit 50bbab2

Please sign in to comment.