mirror of
https://github.com/orbitdb/orbitdb.git
synced 2025-03-30 15:08:28 +00:00
Normalize ;
This commit is contained in:
parent
ff4adf4017
commit
839855fbe3
@ -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 }
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user