We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc9407e commit 24c66bbCopy full SHA for 24c66bb
util/config.go
@@ -185,7 +185,7 @@ type TaskLogRecord struct {
185
ProjectID int `json:"project"`
186
TemplateID int `json:"template"`
187
TemplateName string `json:"template_name"`
188
- UserID *int `json:"userid,omitempty"`
+ UserID *int `json:"user,omitempty"`
189
Description *string `json:"-"`
190
RunnerID *int `json:"runner,omitempty"`
191
Status task_logger.TaskStatus `json:"status"`
0 commit comments