mirror of
https://github.com/orbitdb/orbitdb.git
synced 2025-10-07 22:57:07 +00:00
fix: Lint issues.
This commit is contained in:
@@ -146,7 +146,7 @@ const Sync = async ({ ipfs, log, events, onSynced, start, timeout }) => {
|
||||
const heads = await log.heads()
|
||||
events.emit('join', peerId, heads)
|
||||
} catch (err) {
|
||||
console.log('onPeerJoined', ipfs.libp2p.peerId.toString())
|
||||
console.log('onPeerJoined', ipfs.libp2p.peerId.toString())
|
||||
}
|
||||
}
|
||||
|
||||
@@ -158,7 +158,7 @@ const Sync = async ({ ipfs, log, events, onSynced, start, timeout }) => {
|
||||
yield bytes
|
||||
}
|
||||
} catch (err) {
|
||||
console.log('onPeerJoined', ipfs.libp2p.peerId.toString())
|
||||
console.log('onPeerJoined', ipfs.libp2p.peerId.toString())
|
||||
}
|
||||
})()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user