Skip to content

Commit 24c66bb

Browse files
committed
fix(logs): field name
1 parent dc9407e commit 24c66bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

util/config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ type TaskLogRecord struct {
185185
ProjectID int `json:"project"`
186186
TemplateID int `json:"template"`
187187
TemplateName string `json:"template_name"`
188-
UserID *int `json:"userid,omitempty"`
188+
UserID *int `json:"user,omitempty"`
189189
Description *string `json:"-"`
190190
RunnerID *int `json:"runner,omitempty"`
191191
Status task_logger.TaskStatus `json:"status"`

0 commit comments

Comments
 (0)