From 4fcc8d23f0b6400c7145f456808da90442fe0a64 Mon Sep 17 00:00:00 2001 From: Quan HL Date: Thu, 27 Jul 2023 22:24:33 +0700 Subject: [PATCH] fix --- lib/session/call-info.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}); }