Skip to content

Commit

Permalink
fix type for interface
Browse files Browse the repository at this point in the history
  • Loading branch information
mkjmdski committed Sep 23, 2021
1 parent d22a43d commit 870d4d7
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 870d4d7

Please sign in to comment.