소스 검색

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,