Skip to content

Commit

Permalink
Merge pull request #1233 from mkjmdski/add-squash-options-to-project-…
Browse files Browse the repository at this point in the history
…struct

Fix SquashOption type
  • Loading branch information
svanharmelen authored Sep 23, 2021
2 parents 9d00665 + 870d4d7 commit 6b645e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects.go
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ type Project struct {
AutocloseReferencedIssues bool `json:"autoclose_referenced_issues"`
SuggestionCommitMessage string `json:"suggestion_commit_message"`
CIForwardDeploymentEnabled bool `json:"ci_forward_deployment_enabled"`
SquashOption *SquashOptionValue `json:"squash_option"`
SquashOption SquashOptionValue `json:"squash_option"`
SharedWithGroups []struct {
GroupID int `json:"group_id"`
GroupName string `json:"group_name"`
Expand Down

0 comments on commit 6b645e8

Please sign in to comment.