mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-19 02:56:23 +08:00
chore: bump toolchain & fix lint
This commit is contained in:
@@ -255,9 +255,7 @@ export class LiveData<T = unknown>
|
||||
|
||||
constructor(
|
||||
initialValue: T,
|
||||
upstream:
|
||||
| ((upstream: Observable<LiveDataOperation>) => Observable<T>)
|
||||
| undefined = undefined
|
||||
upstream?: (upstream: Observable<LiveDataOperation>) => Observable<T>
|
||||
) {
|
||||
super();
|
||||
this.raw$ = new BehaviorSubject(initialValue);
|
||||
|
||||
Reference in New Issue
Block a user