fix copy/pasta mistake

pull/42/head
sachaaaaa 7 years ago
parent 6c6b0a4b92
commit dc0a70b6d0

@ -61,7 +61,7 @@
setTimeout(() => { pollServer(); }, 5000);
return;
}
if (typeof handleRequest === 'function') {
if (typeof callBack === 'function') {
callBack(connected);
}
if (!result.messages) {

Loading…
Cancel
Save