mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-24 09:52:49 +08:00
chore(infra): remove unused code (#8736)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user