From 676cebdce422b7c42c08d14604e6029c28cf3513 Mon Sep 17 00:00:00 2001 From: Beaudan Date: Tue, 2 Jul 2019 16:20:30 +1000 Subject: [PATCH] Fix async --- js/background.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/background.js b/js/background.js index d5ce78080..2f3d28ae3 100644 --- a/js/background.js +++ b/js/background.js @@ -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();