We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1823918 commit efd2aedCopy full SHA for efd2aed
core/base/ledger.ts
@@ -48,7 +48,7 @@ export function LedgerFactory(name: string, opts?: ConfigOpts): Ledger {
48
const key = keyConfigOpts(sthis, name, opts);
49
const item = ledgers.get(key);
50
return new LedgerShell(
51
- item.once(({key}) => {
+ item.once(({ key }) => {
52
const db = new LedgerImpl(sthis, {
53
name,
54
meta: opts?.meta,
0 commit comments