We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5949ba6 commit e9ace80Copy full SHA for e9ace80
2 files changed
packages/flat-stores/src/global-store.ts
@@ -236,8 +236,8 @@ export class GlobalStore {
236
};
237
238
public deleteAccount = (): void => {
239
- globalStore.updateUserInfo(null);
240
- globalStore.deleteCurrentAccountFromHistory();
+ this.updateUserInfo(null);
+ this.deleteCurrentAccountFromHistory();
241
242
this.pmi = null;
243
this.pmiRoomList = null;
pnpm-workspace.yaml
@@ -1,4 +1,4 @@
1
-workspaces:
+packages:
2
- "desktop/**"
3
- "web/**"
4
- "packages/**"
0 commit comments