TP-89230 | hangup user fix
This commit is contained in:
@@ -119,7 +119,6 @@ class AmeyoAdapter implements IAdapter {
|
||||
setAutoStatus(this.sessionId);
|
||||
}
|
||||
if(payload?.data?.requestKey === RequestKeys.GET_CAMPAIGN_ID) {
|
||||
console.log("***", payload?.data?.response);
|
||||
this.campaignId = payload?.data?.response?.campaignInfos?.[0]?.campaignId;
|
||||
attachOmniqueService(this.sessionId, this.userName.toLowerCase(), this.campaignId);
|
||||
}
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
export type GenericObject = {
|
||||
[key: string]: any;
|
||||
};
|
||||
export type DummyObject = {};
|
||||
export default GenericObject;
|
||||
|
||||
Reference in New Issue
Block a user