Skip to content

Commit

Permalink
Remove NotificationController from MetamaskController instantiation
Browse files Browse the repository at this point in the history
  • Loading branch information
MajorLift committed Dec 2, 2024
1 parent 3e6e2e5 commit a7fc45e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions app/scripts/metamask-controller.js
Original file line number Diff line number Diff line change
Expand Up @@ -2492,7 +2492,6 @@ export default class MetamaskController extends EventEmitter {
SnapController: this.snapController.state,
CronjobController: this.cronjobController.state,
SnapsRegistry: this.snapsRegistry.state,
NotificationController: this.notificationController.state,
SnapInterfaceController: this.snapInterfaceController.state,
SnapInsightsController: this.snapInsightsController.state,
///: BEGIN:ONLY_INCLUDE_IF(build-mmi)
Expand Down Expand Up @@ -2548,7 +2547,6 @@ export default class MetamaskController extends EventEmitter {
SnapController: this.snapController.state,
CronjobController: this.cronjobController.state,
SnapsRegistry: this.snapsRegistry,
NotificationController: this.notificationController.state,
SnapInterfaceController: this.snapInterfaceController.state,
SnapInsightsController: this.snapInsightsController.state,
///: BEGIN:ONLY_INCLUDE_IF(build-mmi)
Expand Down

0 comments on commit a7fc45e

Please sign in to comment.