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