Skip to content

Commit 345fbe3

Browse files
Fix lint
1 parent 535eb3d commit 345fbe3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

app/scripts/metamask-controller.js

+3-1
Original file line numberDiff line numberDiff line change
@@ -1526,7 +1526,9 @@ export default class MetamaskController extends EventEmitter {
15261526
`${this.approvalController.name}:acceptRequest`,
15271527
`${this.snapController.name}:get`,
15281528
],
1529-
allowedEvents: ['NotificationServicesController:notificationsListUpdated']
1529+
allowedEvents: [
1530+
'NotificationServicesController:notificationsListUpdated',
1531+
],
15301532
});
15311533

15321534
this.snapInterfaceController = new SnapInterfaceController({

0 commit comments

Comments
 (0)