Skip to content

Commit

Permalink
Merge branch 'main' into fix/5721-ledger-keyring-disappear-issue
Browse files Browse the repository at this point in the history
  • Loading branch information
dawnseeker8 authored Feb 27, 2024
2 parents cdf675d + 4411edc commit 41db78b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/core/Engine.ts
Original file line number Diff line number Diff line change
Expand Up @@ -710,7 +710,6 @@ class Engine {
// @ts-ignore TODO: Resolve/patch mismatch between base-controller versions. Before: never, never. Now: string, string, which expects 3rd and 4th args to be informed for restrictedControllerMessengers
messenger: this.controllerMessenger.getRestricted({
name: 'PermissionController',
allowedEvents: [`PermissionController:stateChange`],
allowedActions: [
`${approvalController.name}:addRequest`,
`${approvalController.name}:hasRequest`,
Expand Down

0 comments on commit 41db78b

Please sign in to comment.