Skip to content
This repository has been archived by the owner on Feb 26, 2023. It is now read-only.

Commit

Permalink
Do not use pointer for the summary
Browse files Browse the repository at this point in the history
  • Loading branch information
ilyaglow committed Jun 15, 2019
1 parent bca7837 commit 89ce1ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion job.go
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ type ReportBody struct {
Artifacts []Artifact `json:"artifacts,omitempty"`
FullReport interface{} `json:"full,omitempty"`
Success bool `json:"success,omitempty"`
Summary *Summary `json:"summary,omitempty"`
Summary Summary `json:"summary,omitempty"`
ErrorMessage string `json:"errorMessage,omitempty"`
Input string `json:"input,omitempty"`
}
Expand Down

0 comments on commit 89ce1ce

Please sign in to comment.