Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mafintosh committed Nov 26, 2024
1 parent 1f3a19e commit 8fbbefd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ class HyperDB {
constructor (engine, definition, {
version = definition.version,
snapshot = engine.snapshot(),
updates = new Updates([], []),
updates = new Updates(0, []),
rootInstance = null,
writable = true,
context = null
Expand Down

0 comments on commit 8fbbefd

Please sign in to comment.