diff --git a/client/lib/patch-db.ts b/client/lib/patch-db.ts index 8d669e9..0587c84 100644 --- a/client/lib/patch-db.ts +++ b/client/lib/patch-db.ts @@ -26,7 +26,7 @@ export class PatchDB { constructor( private readonly source$: Observable[]>, - readonly cache$ = new BehaviorSubject>({ + private readonly cache$ = new BehaviorSubject>({ id: 0, value: {} as T, }),