|
@@ -432,7 +432,7 @@ func (s *StoreEntry) SearchFeedStatistics(ctx context.Context, req *operationPb.
|
|
|
if req.ApiName == "getFeedEfficiencyFT" {
|
|
|
feedStatisticsConversions := FeedStatisticsConversions(response.Data.List)
|
|
|
feedStatisticsConversions.PastureName = groupPasture.Name
|
|
|
- res.Data.List[groupPasture.Name] = FeedStatisticsConversions(response.Data.List)
|
|
|
+ res.Data.List[groupPasture.Name] = feedStatisticsConversions
|
|
|
} else {
|
|
|
res.Data.List[groupPasture.Name] = response.Data.List
|
|
|
}
|