From a348da4cfd0914acdfe1881e5b559292d7ad43c3 Mon Sep 17 00:00:00 2001 From: Chester Date: Mon, 11 Sep 2023 14:24:18 -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 ca51ca4ea5..e3829f5cfb 100644 --- a/modules/structs/repo_actions.go +++ b/modules/structs/repo_actions.go @@ -22,7 +22,7 @@ type ActionTask struct { // swagger:strfmt date-time CreatedAt time.Time `json:"created_at,omitempty"` // swagger:strfmt date-time - UpdatedAt time.Time `json:"updated_at,omitempty"` + UpdatedAt time.Time `json:"updated_at"` // swagger:strfmt date-time RunStartedAt time.Time `json:"run_started_at,omitempty"` }