diff --git a/pkg/upgradeservice/preflight/preflight.go b/pkg/upgradeservice/preflight/preflight.go index 1683c60ee1..3f1312acd1 100644 --- a/pkg/upgradeservice/preflight/preflight.go +++ b/pkg/upgradeservice/preflight/preflight.go @@ -23,7 +23,6 @@ import ( "go.uber.org/zap" ) -// TODO: change this so that it's not byte arrays, but the real types type PreflightData struct { Progress map[string]interface{} `json:"progress"` Results *types.PreflightResults `json:"results"`