Skip to content

Commit 1d4cd1f

Browse files
committed
feat: fill rewards field in dashboard group summary
See: BEDS-1065
1 parent efbe235 commit 1d4cd1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/pkg/api/data_access/vdb_summary.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -746,7 +746,7 @@ func (d *DataAccessService) GetValidatorDashboardGroupSummary(ctx context.Contex
746746
}
747747
}
748748

749-
_, ret.Apr.El, _, ret.Apr.Cl, err = d.getElClAPR(ctx, dashboardId, groupId, hours)
749+
ret.Rewards.El, ret.Apr.El, ret.Rewards.Cl, ret.Apr.Cl, err = d.getElClAPR(ctx, dashboardId, groupId, hours)
750750
if err != nil {
751751
return nil, err
752752
}

0 commit comments

Comments
 (0)