boxerror: details is not a subobject
This commit is contained in:
@@ -75,7 +75,7 @@ BoxError.prototype.toPlainObject = function () {
|
||||
return {
|
||||
message: this.message,
|
||||
reason: this.reason,
|
||||
details: this.details
|
||||
...this.details
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user