Skip to content

Commit fe99c53

Browse files
committed
Removed not used param
1 parent 5e29112 commit fe99c53

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

internal/ota-api/dto.go

-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ type (
4343
StartedAt string `json:"started_at" yaml:"started_at"`
4444
EndedAt string `json:"ended_at,omitempty" yaml:"ended_at,omitempty"`
4545
ErrorReason string `json:"error_reason,omitempty" yaml:"error_reason,omitempty"`
46-
Sha256 string `json:"sha256,omitempty" yaml:"sha256,omitempty"`
4746
}
4847

4948
State struct {

0 commit comments

Comments
 (0)