Skip to content

Commit

Permalink
Merge pull request #81 from gobitfly/claim_tasks
Browse files Browse the repository at this point in the history
claim tasks
  • Loading branch information
peterbitfly authored Mar 7, 2024
2 parents c2a61a5 + 4fa6a49 commit 7589800
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions backend/pkg/api/data_access/data_access.go
Original file line number Diff line number Diff line change
Expand Up @@ -537,7 +537,7 @@ func (d DataAccessService) GetValidatorDashboardSlotVizByValidators(dashboardId
}

func (d DataAccessService) GetValidatorDashboardSummary(dashboardId t.VDBIdPrimary, cursor string, sort []t.Sort[enums.VDBSummaryColumn], search string, limit uint64) ([]t.VDBSummaryTableRow, t.Paging, error) {
// TODO @recy21
// TODO @peter_bitfly
return d.dummy.GetValidatorDashboardSummary(dashboardId, cursor, sort, search, limit)
}

Expand All @@ -552,7 +552,7 @@ func (d DataAccessService) GetValidatorDashboardSummaryByValidators(dashboardId
}

func (d DataAccessService) GetValidatorDashboardGroupSummary(dashboardId t.VDBIdPrimary, groupId uint64) (t.VDBGroupSummaryData, error) {
// TODO @recy21
// TODO @peter_bitfly
return d.dummy.GetValidatorDashboardGroupSummary(dashboardId, groupId)
}

Expand Down

0 comments on commit 7589800

Please sign in to comment.