Merge pull request #278 from BeaudanBrown/silly-typo

Fix typo
pull/279/head
Beaudan Campbell-Brown 6 years ago committed by GitHub
commit ab202f0225
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -88,7 +88,7 @@
});
connected = true;
} catch (err) {
window.log.err('Polling error: ', err);
window.log.error('Polling error: ', err);
connected = false;
}
const pollTime = connected ? SUCCESS_POLL_TIME : FAIL_POLL_TIME;

Loading…
Cancel
Save