chore(infra): remove unused code (#8736)

This commit is contained in:
EYHN
2024-11-08 09:17:48 +00:00
parent 099b5d5aa0
commit 14d2214248
2 changed files with 0 additions and 147 deletions

View File

@@ -35,8 +35,6 @@ export interface AuthSessionAuthenticated {
}
export class AuthSession extends Entity {
id = 'affine-cloud' as const;
session$: LiveData<AuthSessionUnauthenticated | AuthSessionAuthenticated> =
LiveData.from(this.store.watchCachedAuthSession(), null).map(session =>
session