Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/dev' into feature/app-253-implem…
Browse files Browse the repository at this point in the history
…ent-auth-flow-without-2fa-new-web3auth
  • Loading branch information
Thorsten committed Jul 30, 2023
2 parents eff4650 + 96227eb commit d97a017
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file added .yarn/install-state.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion shell/src/shared/stores/pagedEventQuery.ts
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ export abstract class PagedEventQuery implements ObjectCache<ProfileEvent> {

async next(): Promise<boolean> {
let $me: Profile;
me.subscribe((m) => ($me = m))();
me.subscribe(m => $me = m)();
if (!$me?.id) {
return;
}
Expand Down

0 comments on commit d97a017

Please sign in to comment.