Renaming pass

This commit is contained in:
haad
2023-04-06 08:32:31 +03:00
parent 428ce83878
commit a94d2a7918
29 changed files with 130 additions and 128 deletions

View File

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