mirror of
https://github.com/jambonz/jambonz-feature-server.git
synced 2025-12-21 09:08:02 +00:00
fix type
This commit is contained in:
@@ -92,7 +92,7 @@ class CallInfo {
|
||||
this.from = from || req.callingNumber;
|
||||
this.to = to;
|
||||
if (tag) this._customerData = tag;
|
||||
if (this.metadata) this._customerData = {...this._customerData , ...this.metadata}
|
||||
if (this.metadata) this._customerData = {...this._customerData, ...this.metadata};
|
||||
}
|
||||
|
||||
this.localSipAddress = srf.locals.localSipAddress;
|
||||
|
||||
Reference in New Issue
Block a user