mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
fix gRpc nil response
This commit is contained in:
parent
c5cf9bd290
commit
67401f1908
|
@ -108,5 +108,5 @@ func (fs *FilerServer) DeleteEntry(ctx context.Context, req *filer_pb.DeleteEntr
|
|||
}
|
||||
}
|
||||
}
|
||||
return nil, err
|
||||
return &filer_pb.DeleteEntryResponse{}, err
|
||||
}
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
package util
|
||||
|
||||
const (
|
||||
VERSION = "0.77"
|
||||
VERSION = "0.78"
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue