mirror of
https://github.com/orbitdb/orbitdb.git
synced 2025-10-07 22:57:07 +00:00
Renaming pass
This commit is contained in:
@@ -12,7 +12,7 @@ const dbPath2 = './orbitdb/tests/multiple-databases/2'
|
||||
|
||||
const databaseInterfaces = [
|
||||
{
|
||||
name: 'event-store',
|
||||
name: 'events',
|
||||
open: async (orbitdb, address, options) => await orbitdb.open(address, options),
|
||||
write: async (db, index) => {
|
||||
await db.add('hello' + index)
|
||||
|
||||
Reference in New Issue
Block a user