From 7cb2915fd78b7aeb2aedf37e1cb3922cc610d5e7 Mon Sep 17 00:00:00 2001 From: Ajay Ramachandran Date: Sat, 11 Jan 2020 17:48:11 -0500 Subject: [PATCH] Fixed firefox content script registration. --- background.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/background.js b/background.js index 1f7cdd70..9a077515 100644 --- a/background.js +++ b/background.js @@ -100,7 +100,7 @@ function registerFirefoxContentScript(options) { js: options.js, css: options.css, matches: options.matches - }).then(() => void (contentScriptRegistrations[options.id] = registration)); + }).then((registration) => void (contentScriptRegistrations[options.id] = registration)); } //gets the sponsor times from memory