fix gRpc nil response
This commit is contained in:
@@ -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
|
package util
|
||||||
|
|
||||||
const (
|
const (
|
||||||
VERSION = "0.77"
|
VERSION = "0.78"
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user