Skip to content

Commit

Permalink
fix: remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Ferenc Sárai committed Jul 22, 2024
1 parent 641c471 commit 95c1dbc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/bee/api/act.go
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ func (a *ActService) GetGrantees(ctx context.Context, addr swarm.Address) (resp
return a.client.requestData(ctx, http.MethodGet, "/"+apiVersion+"/grantee/"+addr.String(), nil, nil)
}

// c.api.Act.PatchGrantees(ctx, pf.Name(), pf.DataReader(), addr, haddr, batchID)
func (a *ActService) PatchGrantees(ctx context.Context, name string, data io.Reader, addr swarm.Address, haddr swarm.Address, batchID string) (ActGranteesResponse, error) {
var resp ActGranteesResponse
h := http.Header{}
Expand Down

0 comments on commit 95c1dbc

Please sign in to comment.