Fix bug in browser example

This commit is contained in:
haad
2016-10-28 13:22:56 +03:00
parent 0e034d2d2d
commit b4afadea3b

View File

@@ -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>