summaryrefslogtreecommitdiffstats
path: root/toolkit/components/shopping/content/ShoppingProduct.mjs
diff options
context:
space:
mode:
Diffstat (limited to 'toolkit/components/shopping/content/ShoppingProduct.mjs')
-rw-r--r--toolkit/components/shopping/content/ShoppingProduct.mjs2
1 files changed, 1 insertions, 1 deletions
diff --git a/toolkit/components/shopping/content/ShoppingProduct.mjs b/toolkit/components/shopping/content/ShoppingProduct.mjs
index d457ac1579..f3890a0d74 100644
--- a/toolkit/components/shopping/content/ShoppingProduct.mjs
+++ b/toolkit/components/shopping/content/ShoppingProduct.mjs
@@ -552,7 +552,7 @@ export class ShoppingProduct extends EventEmitter {
false
);
}
- let abortHandler = e => {
+ let abortHandler = () => {
Glean?.shoppingProduct?.requestAborted.record();
obliviousHttpChannel.cancel(Cr.NS_BINDING_ABORTED);
};