mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-08-13 17:38:59 +00:00
FS-8205 [verto_communicator] fix again
This commit is contained in:
committed by
Ken Rice
parent
e7b50e8726
commit
787671625d
@@ -116,7 +116,8 @@
|
||||
};
|
||||
|
||||
if(verto.data.connecting || verto.data.connected) {
|
||||
resolve(result);
|
||||
resolve(result);
|
||||
return;
|
||||
};
|
||||
|
||||
var checkUserStored = function() {
|
||||
|
Reference in New Issue
Block a user