mirror of
https://github.com/orbitdb/orbitdb.git
synced 2025-10-07 22:57:07 +00:00
Normalize ;
This commit is contained in:
@@ -68,8 +68,8 @@ class OrbitDB {
|
||||
static get EventStore () { return EventStore }
|
||||
static get FeedStore () { return FeedStore }
|
||||
static get KeyValueStore () { return KeyValueStore }
|
||||
static get CounterStore () { return CounterStore; }
|
||||
static get DocumentStore () { return DocumentStore; }
|
||||
static get CounterStore () { return CounterStore }
|
||||
static get DocumentStore () { return DocumentStore }
|
||||
|
||||
get cache () { return this.caches[this.directory].cache }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user