Sfoglia il codice sorgente

rm bad comment

Signed-off-by: Alex Meijer <ameijer@kubecost.com>
Alex Meijer 2 anni fa
parent
commit
969ff23135
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      pkg/customcost/pipelineservice.go

+ 1 - 1
pkg/customcost/pipelineservice.go

@@ -197,7 +197,7 @@ func (s *PipelineService) GetCustomCostRebuildHandler() func(w http.ResponseWrit
 
 // GetCustomCostStatusHandler creates a handler from a http request which returns the custom cost ingestor status
 func (s *PipelineService) GetCustomCostStatusHandler() func(w http.ResponseWriter, r *http.Request, ps httprouter.Params) {
-	// If Reporting Service is nil, always return 501
+
 	if s == nil {
 		resultStatus := Status{
 			Enabled: false,