mirror of
https://github.com/orbitdb/orbitdb.git
synced 2025-10-07 22:57:07 +00:00
Fix bug in browser example
This commit is contained in:
@@ -35,7 +35,7 @@ try {
|
||||
.then(() => {
|
||||
const result = db.get(key)
|
||||
const latest = log.iterator({ limit: 5 }).collect()
|
||||
const count = counter.value()
|
||||
const count = counter.value
|
||||
|
||||
const output =
|
||||
`<b>Key-Value Store</b>
|
||||
|
||||
Reference in New Issue
Block a user