From a57fa7be388b0f07079e0ff97312534c8b7a8eb2 Mon Sep 17 00:00:00 2001 From: endington543 Date: Tue, 30 Apr 2024 11:26:11 +0000 Subject: [PATCH] Bug 1893985 - Remove incorrect and unnecessary strict statement from FxAccountsProfileClient.sys.mjs r=markh Removed redundant and incorrect "use strict" statement from FxAccountsProfileClient.sys.mjs changed services/fxaccounts/FxAccountsProfileClient.sys.mjs Differential Revision: https://phabricator.services.mozilla.com/D208912 --- services/fxaccounts/FxAccountsProfileClient.sys.mjs | 1 - 1 file changed, 1 deletion(-) diff --git a/services/fxaccounts/FxAccountsProfileClient.sys.mjs b/services/fxaccounts/FxAccountsProfileClient.sys.mjs index 7ae1bd95db13..14a773c99921 100644 --- a/services/fxaccounts/FxAccountsProfileClient.sys.mjs +++ b/services/fxaccounts/FxAccountsProfileClient.sys.mjs @@ -5,7 +5,6 @@ /** * A client to fetch profile information for a Firefox Account. */ -"use strict;"; import { ERRNO_NETWORK,