Skip to content

Commit

Permalink
fix: [IMPENG-324]: Type_ fix (#628)
Browse files Browse the repository at this point in the history
  • Loading branch information
sameed-haq authored Jan 17, 2025
1 parent 2abb2c4 commit 00a140a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion harness/nextgen/model_gitlab_connector.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ type GitlabConnector struct {
ExecuteOnDelegate bool `json:"executeOnDelegate"`
Proxy bool `json:"proxy"`
IgnoreTestConnection bool `json:"ignoreTestConnection"`
Type_ string `json:"type"`
Type_ GitConnectorType `json:"type"`
ConnectorType string `json:"connectorType"`
}

0 comments on commit 00a140a

Please sign in to comment.