This commit is contained in:
Quan HL
2023-07-27 22:24:33 +07:00
parent b5efb7351b
commit 4fcc8d23f0

View File

@@ -145,7 +145,7 @@ class CallInfo {
if (this._customerData) { if (this._customerData) {
Object.assign(obj, {customerData: this._customerData}); Object.assign(obj, {customerData: this._customerData});
// Duplicate customer data here to respect API contract that was created by bug // Duplicate customer data here to respect API contract that was created by bug
//https://github.com/jambonz/jambonz-feature-server/issues/406 //https://github.com/jambonz/jambonz-feature-server/issues/406
Object.assign(obj, {customerdata: this._customerData}); Object.assign(obj, {customerdata: this._customerData});
} }