Skip to content

Commit

Permalink
lt
Browse files Browse the repository at this point in the history
  • Loading branch information
seaona committed Oct 21, 2024
1 parent 6a0e12e commit 363b01f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app/scripts/metamask-controller.js
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,6 @@ import {
NotificationServicesPushController,
NotificationServicesController,
} from '@metamask/notification-services-controller';
import { isProduction } from '../../shared/modules/environment';
import { methodsRequiringNetworkSwitch } from '../../shared/constants/methods-tags';

///: BEGIN:ONLY_INCLUDE_IF(build-mmi)
Expand Down Expand Up @@ -1565,7 +1564,7 @@ export default class MetamaskController extends EventEmitter {
},
},
env: {
isAccountSyncingEnabled: isManifestV3,
isAccountSyncingEnabled: ,
},
messenger: this.controllerMessenger.getRestricted({
name: 'UserStorageController',
Expand Down

0 comments on commit 363b01f

Please sign in to comment.