We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e29112 commit fe99c53Copy full SHA for fe99c53
internal/ota-api/dto.go
@@ -43,7 +43,6 @@ type (
43
StartedAt string `json:"started_at" yaml:"started_at"`
44
EndedAt string `json:"ended_at,omitempty" yaml:"ended_at,omitempty"`
45
ErrorReason string `json:"error_reason,omitempty" yaml:"error_reason,omitempty"`
46
- Sha256 string `json:"sha256,omitempty" yaml:"sha256,omitempty"`
47
}
48
49
State struct {
0 commit comments