diff --git a/lib/session/call-info.js b/lib/session/call-info.js index 01a6bf09..dc4c3b77 100644 --- a/lib/session/call-info.js +++ b/lib/session/call-info.js @@ -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}); }