瀏覽代碼

rm bad comment

Signed-off-by: Alex Meijer <ameijer@kubecost.com>
Alex Meijer 2 年之前
父節點
當前提交
969ff23135
共有 1 個文件被更改,包括 1 次插入1 次删除
  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,