From 134d5572fb5164bf80877c3950b4a24961d82a46 Mon Sep 17 00:00:00 2001 From: Alena Petraki <alena.petraki@gmail.com> Date: Thu, 13 Apr 2023 17:56:32 +0300 Subject: [PATCH] =?UTF-8?q?=D0=A3=D0=B1=D1=80=D0=B0=D0=BD=20=D0=B7=D0=B0?= =?UTF-8?q?=D0=BA=D0=BE=D0=BC=D0=BC=D0=B5=D0=BD=D1=82=D0=B8=D1=80=D0=BE?= =?UTF-8?q?=D0=B2=D0=B0=D0=BD=D0=BD=D1=8B=D0=B9=20=D0=BA=D0=BE=D0=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pkg/environments/environment.go | 1 - 1 file changed, 1 deletion(-) diff --git a/pkg/environments/environment.go b/pkg/environments/environment.go index de24e815..cbd468dc 100644 --- a/pkg/environments/environment.go +++ b/pkg/environments/environment.go @@ -37,7 +37,6 @@ type StateInfo struct { State State `json:"state" bson:"state"` StartedAt time.Time `json:"started_at,omitempty" bson:"started_at,omitempty"` Info string `json:"info,omitempty" bson:"info,omitempty"` - //Errors []string `json:"errors,omitempty" bson:"errors,omitempty"` } type Config struct { -- GitLab