summaryrefslogtreecommitdiffstats
path: root/browser/extensions/webcompat/lib/custom_functions.js
diff options
context:
space:
mode:
Diffstat (limited to 'browser/extensions/webcompat/lib/custom_functions.js')
-rw-r--r--browser/extensions/webcompat/lib/custom_functions.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/browser/extensions/webcompat/lib/custom_functions.js b/browser/extensions/webcompat/lib/custom_functions.js
index 97603e0424..041a8c0041 100644
--- a/browser/extensions/webcompat/lib/custom_functions.js
+++ b/browser/extensions/webcompat/lib/custom_functions.js
@@ -27,7 +27,7 @@ const replaceStringInRequest = (
carryover = replaced.slice(-carryoverLength);
};
- filter.onstop = event => {
+ filter.onstop = () => {
if (carryover.length) {
filter.write(encoder.encode(carryover));
}