diff options
Diffstat (limited to 'src/state/index.ts')
-rw-r--r-- | src/state/index.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/state/index.ts b/src/state/index.ts index c833ad9f6..07a15f56a 100644 --- a/src/state/index.ts +++ b/src/state/index.ts @@ -32,7 +32,6 @@ export async function setupState() { }) await rootStore.session.setup() - await rootStore.me.load() console.log(rootStore.me) return rootStore |