Commit d04f0888 authored by Muhammadali's avatar Muhammadali

update

parent 28fb5528
{
"name": "boxdialer",
"version": "2.0.5",
"version": "2.0.6",
"description": "",
"main": "src/boxDialer.js",
"scripts": {
......
......@@ -12,10 +12,11 @@ const ControlRenderBX = () => {
}, []);
const intervalFunc = () => {
console.log('interval', window.alovoice_wsphone);
setData(window.alovoice_wsphone);
if (Boolean(data?.number)) {
console.log('interval', window.alovoice_wsphone);
clearInterval(intervalFetchToBx);
intervalFetchToBx = null;
}
};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment