From bd16bc5b9b1ecc815ca8a3e62f93fb49e604c0e5 Mon Sep 17 00:00:00 2001 From: sachaaaaa Date: Tue, 10 Sep 2019 15:38:06 +1000 Subject: [PATCH] lint --- js/views/app_view.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/views/app_view.js b/js/views/app_view.js index e913cadd0..c39c83ab6 100644 --- a/js/views/app_view.js +++ b/js/views/app_view.js @@ -207,7 +207,7 @@ dialog.once('devicePairingRequestAccepted', (pubKey, cb) => Whisper.events.trigger('devicePairingRequestAccepted', pubKey, cb) ); - dialog.on('devicePairingRequestRejected', (pubKey, cb) => + dialog.on('devicePairingRequestRejected', pubKey => Whisper.events.trigger('devicePairingRequestRejected', pubKey) ); dialog.once('close', () => {