From 00a140a234fc2d5bfbf93d528ae2769fa6fa45be Mon Sep 17 00:00:00 2001 From: Sameed Ul Haq <145802784+sameed-haq@users.noreply.github.com> Date: Fri, 17 Jan 2025 12:44:58 +0530 Subject: [PATCH] fix: [IMPENG-324]: Type_ fix (#628) --- harness/nextgen/model_gitlab_connector.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/harness/nextgen/model_gitlab_connector.go b/harness/nextgen/model_gitlab_connector.go index 460fd248..c39c517f 100644 --- a/harness/nextgen/model_gitlab_connector.go +++ b/harness/nextgen/model_gitlab_connector.go @@ -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"` }