From ad13ebe0140361152db3b3085f7e4a034c6d422d Mon Sep 17 00:00:00 2001 From: Hayden Young Date: Tue, 27 Jun 2023 13:21:26 +0100 Subject: [PATCH] fix: Linting. --- src/db/keyvalue-indexed.js | 2 +- src/sync.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/db/keyvalue-indexed.js b/src/db/keyvalue-indexed.js index 5f19e87..e230dd3 100644 --- a/src/db/keyvalue-indexed.js +++ b/src/db/keyvalue-indexed.js @@ -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. diff --git a/src/sync.js b/src/sync.js index 4b13f30..c86173e 100644 --- a/src/sync.js +++ b/src/sync.js @@ -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