mirror of
https://github.com/orbitdb/orbitdb.git
synced 2025-10-07 22:57:07 +00:00
fix: Linting.
This commit is contained in:
@@ -23,7 +23,7 @@ const valueEncoding = 'json'
|
||||
* Defines a KeyValueIndexed database.
|
||||
* @param {Object} options Various options for configuring the KeyValueIndexed
|
||||
* store.
|
||||
* @param {module:Storage} [storage=LevelStorage] A compatible storage where
|
||||
* @param {module:Storage} [storage=LevelStorage] A compatible storage where
|
||||
* the key/value pairs are indexed.
|
||||
* @return {module:Databases.Databases-KeyValueIndexed} A KeyValueIndexed
|
||||
* function.
|
||||
|
||||
@@ -132,7 +132,7 @@ const Sync = async ({ ipfs, log, events, onSynced, start, timeout }) => {
|
||||
/**
|
||||
* Event emitter that emits Sync changes.
|
||||
* @†ype EventEmitter
|
||||
* @fires module:Sync~Sync#join when a peer has connected and the exchange of
|
||||
* @fires module:Sync~Sync#join when a peer has connected and the exchange of
|
||||
* heads has been completed.
|
||||
* @fires module:Sync~Sync#leave when a peer disconnects
|
||||
* @fires module:Sync~Sync#error when an error occurs
|
||||
|
||||
Reference in New Issue
Block a user