Skip to content

Commit 42f450f

Browse files
committed
refactor: fix lint
1 parent 3ce4ff6 commit 42f450f

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

packages/utils/src/lib/wal.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -492,7 +492,6 @@ export class ShardedWal<T extends object | string = object> {
492492
readonly #format: WalFormat<T>;
493493
readonly #dir: string = process.cwd();
494494
readonly #isCoordinator: boolean;
495-
#finalized = false;
496495

497496
/**
498497
* Create a sharded WAL manager.

0 commit comments

Comments
 (0)