remove alert msg for testing purpose
This commit is contained in:
parent
0668f61fe0
commit
35b44f3af4
@ -138,8 +138,7 @@ export class TwilioService {
|
|||||||
});
|
});
|
||||||
let withoutcustomer = this.getWithOutCustomer(this.roomParticipants)
|
let withoutcustomer = this.getWithOutCustomer(this.roomParticipants)
|
||||||
console.log('getWithOutCustomer',withoutcustomer)
|
console.log('getWithOutCustomer',withoutcustomer)
|
||||||
alert(this.user_data.type);
|
|
||||||
alert(withoutcustomer);
|
|
||||||
if((this.user_data.type == '2'|| this.user_data.type == '1') && (withoutcustomer == '1')) {
|
if((this.user_data.type == '2'|| this.user_data.type == '1') && (withoutcustomer == '1')) {
|
||||||
|
|
||||||
console.log("User type in service",this.user_data)
|
console.log("User type in service",this.user_data)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user