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
This commit is contained in:
endington543 2024-04-30 11:26:11 +00:00
parent 0c57ac3901
commit a57fa7be38

View file

@ -5,7 +5,6 @@
/** /**
* A client to fetch profile information for a Firefox Account. * A client to fetch profile information for a Firefox Account.
*/ */
"use strict;";
import { import {
ERRNO_NETWORK, ERRNO_NETWORK,