Skip to content

Commit 5a7daca

Browse files
committed
chore: disabled single eslint error in EarnController for AccountTreeController:stateChange subscription
1 parent adaa37e commit 5a7daca

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/earn-controller/src/EarnController.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -584,6 +584,7 @@ export class EarnController extends BaseController<
584584
this.messenger.unsubscribe('AccountTreeController:stateChange', handler);
585585
this.#refreshEarnPortfolio(address);
586586
};
587+
// eslint-disable-next-line no-restricted-syntax
587588
this.messenger.subscribe('AccountTreeController:stateChange', handler);
588589
}
589590

0 commit comments

Comments
 (0)