mirror of
https://github.com/orbitdb/orbitdb.git
synced 2025-03-30 15:08:28 +00:00
fix: Linting.
This commit is contained in:
parent
53369de51c
commit
7396a4ac64
@ -82,7 +82,7 @@ const verifyMessage = async (signature, publicKey, data) => {
|
||||
* @return {KeyStore} An instance of KeyStore.
|
||||
*/
|
||||
const KeyStore = async ({ storage, path } = {}) => {
|
||||
const defaultPath = './keystore'
|
||||
const defaultPath = './keystore'
|
||||
storage = storage || await ComposedStorage(await LevelStorage({ path: path || defaultPath }), await LRUStorage({ size: 1000 }))
|
||||
|
||||
const close = async () => {
|
||||
|
Loading…
x
Reference in New Issue
Block a user