mirror of
https://github.com/orbitdb/orbitdb.git
synced 2025-03-30 15:08:28 +00:00
Fix typo
This commit is contained in:
parent
1af091f952
commit
4409813b25
@ -21,7 +21,7 @@ const queryLoop = (db) => {
|
||||
|
||||
// Start
|
||||
let run = (() => {
|
||||
IpfsDaemon({ IpfsDataDir: '/tmp/orbitd-b-benchmark' })
|
||||
IpfsDaemon({ IpfsDataDir: '/tmp/orbit-db-benchmark' })
|
||||
.then((res) => {
|
||||
const orbit = new OrbitDB(res.ipfs, 'benchmark')
|
||||
const db = orbit.eventlog('orbit-db.benchmark')
|
||||
|
Loading…
x
Reference in New Issue
Block a user