update REVA to 852282ce34f5

This commit is contained in:
Willy Kloucek
2021-10-21 10:36:53 +02:00
parent e5488947f7
commit 7c20ca2b54
4 changed files with 23 additions and 16 deletions
+1 -2
View File
@@ -10,7 +10,6 @@ import (
"strings"
"github.com/asim/go-micro/plugins/client/grpc/v3"
gateway "github.com/cs3org/go-cs3apis/cs3/gateway/v1beta1"
revauser "github.com/cs3org/go-cs3apis/cs3/identity/user/v1beta1"
rpcv1beta1 "github.com/cs3org/go-cs3apis/cs3/rpc/v1beta1"
provider "github.com/cs3org/go-cs3apis/cs3/storage/provider/v1beta1"
@@ -438,7 +437,7 @@ func (o Ocs) DeleteUser(w http.ResponseWriter, r *http.Request) {
return
}
req := &gateway.PurgeRecycleRequest{
req := &provider.PurgeRecycleRequest{
Ref: &provider.Reference{
Path: homeResp.Path,
},