Normalize ;

This commit is contained in:
hazæ41 2019-11-06 22:31:54 +01:00 committed by GitHub
parent ff4adf4017
commit 839855fbe3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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