Jelajahi Sumber

rm bad comment

Signed-off-by: Alex Meijer <ameijer@kubecost.com>
Alex Meijer 2 tahun lalu
induk
melakukan
969ff23135
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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
 // 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) {
 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 {
 	if s == nil {
 		resultStatus := Status{
 		resultStatus := Status{
 			Enabled: false,
 			Enabled: false,