Skip to content

Commit

Permalink
linter
Browse files Browse the repository at this point in the history
  • Loading branch information
manuelsc committed Nov 25, 2024
1 parent eeca5ac commit 4358dae
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion backend/pkg/api/data_access/vdb_rocket_pool.go
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,6 @@ func (d *DataAccessService) GetValidatorDashboardRocketPool(ctx context.Context,
return nil, nil, err
}
return result, p, nil

}

func (d *DataAccessService) GetValidatorDashboardTotalRocketPool(ctx context.Context, dashboardId t.VDBId, search string) (*t.VDBRocketPoolTableRow, error) {
Expand Down

0 comments on commit 4358dae

Please sign in to comment.