Merge pull request #323 from BeaudanBrown/small-fix

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

@ -548,7 +548,7 @@
window.log.info('Cleanup: complete');
window.log.info('listening for registration events');
Whisper.events.on('registration_done', async () => {
Whisper.events.on('registration_done', () => {
window.log.info('handling registration event');
startLocalLokiServer();

Loading…
Cancel
Save