mirror of
https://github.com/jambonz/jambonz-feature-server.git
synced 2025-12-21 17:17:58 +00:00
fix
This commit is contained in:
@@ -145,7 +145,7 @@ class CallInfo {
|
||||
|
||||
if (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
|
||||
Object.assign(obj, {customerdata: this._customerData});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user