Skip to content

Commit

Permalink
fix: delete benfen skipForceUpdateCheck
Browse files Browse the repository at this point in the history
  • Loading branch information
wabicai committed Nov 28, 2024
1 parent 3d76213 commit 2d6108a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/core/src/api/benfen/BenfenGetAddress.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ export default class BenfenGetAddress extends BaseMethod<HardwareBenfenGetAddres
shouldConfirm = false;

init() {
this.skipForceUpdateCheck = true;
this.checkDeviceId = true;
this.notAllowDeviceMode = [...this.notAllowDeviceMode, UI_REQUEST.INITIALIZE];

Expand Down

0 comments on commit 2d6108a

Please sign in to comment.