Skip to content

Commit

Permalink
fix: missing login number issue at event (#578)
Browse files Browse the repository at this point in the history
  • Loading branch information
embbnux authored Nov 23, 2021
1 parent b9f019f commit fe13d96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/Adapter/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -422,7 +422,7 @@ export default class Adapter extends AdapterModuleCore {
return;
}
if (this._auth.loggedIn && (
!this._extensionInfo.ready || !this._extensionInfo.ready
!this._extensionInfo.ready || !this._accountInfo.ready
)) {
return;
}
Expand Down

0 comments on commit fe13d96

Please sign in to comment.