Skip to content

Commit

Permalink
Reorder fields to align with the docs
Browse files Browse the repository at this point in the history
  • Loading branch information
svanharmelen committed Oct 14, 2024
1 parent da5d7f1 commit 0a72e2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion protected_branches.go
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,9 @@ type BranchAccessDescription struct {
ID int `json:"id"`
AccessLevel AccessLevelValue `json:"access_level"`
AccessLevelDescription string `json:"access_level_description"`
DeployKeyID int `json:"deploy_key_id"`
UserID int `json:"user_id"`
GroupID int `json:"group_id"`
DeployKeyID int `json:"deploy_key_id"`
}

// ListProtectedBranchesOptions represents the available ListProtectedBranches()
Expand Down

0 comments on commit 0a72e2c

Please sign in to comment.