Skip to content

Commit

Permalink
Marked method as not being worked on
Browse files Browse the repository at this point in the history
  • Loading branch information
Eisei24 committed Apr 22, 2024
1 parent defc999 commit b65d6aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/pkg/api/data_access/data_access.go
Original file line number Diff line number Diff line change
Expand Up @@ -2092,7 +2092,7 @@ func (d *DataAccessService) GetValidatorDashboardRewards(dashboardId t.VDBId, cu
}

func (d *DataAccessService) GetValidatorDashboardGroupRewards(dashboardId t.VDBId, groupId int64, epoch uint64) (*t.VDBGroupRewardsData, error) {
// WORKING spletka
// TODO @recy21
return d.dummy.GetValidatorDashboardGroupRewards(dashboardId, groupId, epoch)
}

Expand Down

0 comments on commit b65d6aa

Please sign in to comment.