aboutsummaryrefslogtreecommitdiffstats
path: root/library
diff options
context:
space:
mode:
Diffstat (limited to 'library')
-rw-r--r--library/popup.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/popup.js b/library/popup.js
index a9d934c43..0c297d9a2 100644
--- a/library/popup.js
+++ b/library/popup.js
@@ -21,7 +21,7 @@ const background = new SWcontroller({
background.on('ready', (readSw) => {
// var inpageProvider = new MetamaskInpageProvider(SwStream(background.controller))
// startPopup(inpageProvider)
- swStream = SwStream({
+ let swStream = SwStream({
serviceWorker: background.controller,
})
startPopup()