Fixed firefox content script registration.

This commit is contained in:
Ajay Ramachandran 2020-01-11 17:48:11 -05:00
parent 0a42f130ac
commit 7cb2915fd7

View file

@ -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