Skip to content

Commit 8159b32

Browse files
chore: fix lint
1 parent 794155c commit 8159b32

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

internal/api/methods.go

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -686,13 +686,13 @@ func (c *APIClient) ListEnvironments(projectID string) ([]Environment, error) {
686686

687687
// CreateEnvironmentRequest is the request body for creating a new environment.
688688
type CreateEnvironmentRequest struct {
689-
DisplayName string `json:"displayName"`
690-
UniqueName string `json:"uniqueName"`
691-
Description *string `json:"description,omitempty"`
692-
Branch *string `json:"branch,omitempty"`
693-
Settings map[string]any `json:"settings"`
694-
Resources ResourceSettings `json:"resources"`
695-
IsAutoPromoteEnabled bool `json:"isAutoPromoteEnabled"`
689+
DisplayName string `json:"displayName"`
690+
UniqueName string `json:"uniqueName"`
691+
Description *string `json:"description,omitempty"`
692+
Branch *string `json:"branch,omitempty"`
693+
Settings map[string]any `json:"settings"`
694+
Resources ResourceSettings `json:"resources"`
695+
IsAutoPromoteEnabled bool `json:"isAutoPromoteEnabled"`
696696
}
697697

698698
// CreateEnvironment creates a new environment for a project.

0 commit comments

Comments
 (0)