From b94cbda0bc269e2c34b044a3c43c354608f0778f Mon Sep 17 00:00:00 2001 From: Chester Date: Mon, 11 Sep 2023 14:24:25 -0400 Subject: [PATCH] Update modules/structs/repo_actions.go Co-authored-by: puni9869 <80308335+puni9869@users.noreply.github.com> --- modules/structs/repo_actions.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/structs/repo_actions.go b/modules/structs/repo_actions.go index e3829f5cfb..60db99298d 100644 --- a/modules/structs/repo_actions.go +++ b/modules/structs/repo_actions.go @@ -20,7 +20,7 @@ type ActionTask struct { WorkflowID string `json:"workflow_id"` URL string `json:"url"` // swagger:strfmt date-time - CreatedAt time.Time `json:"created_at,omitempty"` + CreatedAt time.Time `json:"created_at"` // swagger:strfmt date-time UpdatedAt time.Time `json:"updated_at"` // swagger:strfmt date-time