Skip to content

Commit

Permalink
Restore @ts-expect-error for base-controller alignment on `Approval…
Browse files Browse the repository at this point in the history
…ControllerMessenger`
  • Loading branch information
MajorLift committed Sep 9, 2024
1 parent 356609f commit 6e69e1c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/core/Engine.ts
Original file line number Diff line number Diff line change
Expand Up @@ -480,6 +480,7 @@ class Engine {
};

const approvalController = new ApprovalController({
// @ts-expect-error TODO: Resolve mismatch between base-controller versions.
messenger: this.controllerMessenger.getRestricted({
name: 'ApprovalController',
allowedEvents: [],
Expand Down

0 comments on commit 6e69e1c

Please sign in to comment.