Skip to content

Commit

Permalink
Fix updateCaveat not being exposed in the background API (#20986)
Browse files Browse the repository at this point in the history
  • Loading branch information
FrederikBolding authored Sep 21, 2023
1 parent 91a0064 commit 29ac616
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/scripts/metamask-controller.js
Original file line number Diff line number Diff line change
Expand Up @@ -2735,6 +2735,7 @@ export default class MetamaskController extends EventEmitter {
),
dismissNotifications: this.dismissNotifications.bind(this),
markNotificationsAsRead: this.markNotificationsAsRead.bind(this),
updateCaveat: this.updateCaveat.bind(this),
///: END:ONLY_INCLUDE_IN
///: BEGIN:ONLY_INCLUDE_IN(keyring-snaps)
updateSnapRegistry: this.preferencesController.updateSnapRegistry.bind(
Expand Down

0 comments on commit 29ac616

Please sign in to comment.