Commit 21d93471 authored by 邓晓峰's avatar 邓晓峰

fix: ClientImplementation

parent 8fdcd1ac
......@@ -1016,4 +1016,4 @@ ClientImplementation.prototype._traceMask = function (traceObject, masked) {
return traceObjectMasked;
};
export default ClientImplementationementation;
\ No newline at end of file
export default ClientImplementation;
\ No newline at end of file
......@@ -1028,5 +1028,5 @@ ClientImplementation.prototype._traceMask = function (traceObject, masked) {
return traceObjectMasked;
};
var _default = ClientImplementationementation;
var _default = ClientImplementation;
exports.default = _default;
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment