Skip to content

Commit

Permalink
Merge pull request #1934 from heidiberry/main
Browse files Browse the repository at this point in the history
  • Loading branch information
svanharmelen committed May 6, 2024
2 parents f23e38b + 50bbab2 commit db7c135
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion projects.go
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 db7c135

Please sign in to comment.