We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 535eb3d commit 345fbe3Copy full SHA for 345fbe3
app/scripts/metamask-controller.js
@@ -1526,7 +1526,9 @@ export default class MetamaskController extends EventEmitter {
1526
`${this.approvalController.name}:acceptRequest`,
1527
`${this.snapController.name}:get`,
1528
],
1529
- allowedEvents: ['NotificationServicesController:notificationsListUpdated']
+ allowedEvents: [
1530
+ 'NotificationServicesController:notificationsListUpdated',
1531
+ ],
1532
});
1533
1534
this.snapInterfaceController = new SnapInterfaceController({
0 commit comments