We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ce4ff6 commit 42f450fCopy full SHA for 42f450f
1 file changed
packages/utils/src/lib/wal.ts
@@ -492,7 +492,6 @@ export class ShardedWal<T extends object | string = object> {
492
readonly #format: WalFormat<T>;
493
readonly #dir: string = process.cwd();
494
readonly #isCoordinator: boolean;
495
- #finalized = false;
496
497
/**
498
* Create a sharded WAL manager.
0 commit comments