ping 2 месяцев назад
Родитель
Сommit
0d54c38cd9
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      http/handler/dashboard/dashboard.go

+ 1 - 1
http/handler/dashboard/bar.go → http/handler/dashboard/dashboard.go

@@ -35,7 +35,7 @@ func FocusIndicators(c *gin.Context) {
 		apierr.AbortBadRequest(c, http.StatusBadRequest, err)
 		return
 	}
-	res, err := middleware.Dependency(c).StoreEventHub.OpsService.FocusIndicators(c, dimension)
+	res, err := middleware.Dependency(c).StoreEventHub.OpsService.FocusIndicatorsList(c, dimension)
 	if err != nil {
 		apierr.ClassifiedAbort(c, err)
 		return