Skip to content

Commit

Permalink
Adapted signature following the change in reva#4455
Browse files Browse the repository at this point in the history
  • Loading branch information
glpatcern committed Feb 2, 2024
1 parent ea4a697 commit 9edd857
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cback/storage/cback.go
Original file line number Diff line number Diff line change
Expand Up @@ -526,7 +526,7 @@ func (f *fs) CreateStorageSpace(ctx context.Context, req *provider.CreateStorage
return nil, errtypes.NotSupported("Operation Not Permitted")
}

func (f *fs) ListRecycle(ctx context.Context, basePath, key, relativePath string) ([]*provider.RecycleItem, error) {
func (f *fs) ListRecycle(ctx context.Context, basePath, key, relativePath string, from, to *types.Timestamp) ([]*provider.RecycleItem, error) {
return nil, errtypes.NotSupported("Operation Not Permitted")
}

Expand Down

0 comments on commit 9edd857

Please sign in to comment.