mirror of
https://github.com/orbitdb/orbitdb.git
synced 2025-06-08 15:16:36 +00:00
fix: Lint issues.
This commit is contained in:
parent
280bc60a92
commit
3b7ffd02a7
@ -219,7 +219,6 @@ const Sync = async ({ ipfs, log, events, onSynced, start, timeout }) => {
|
||||
|
||||
const handleUpdateMessage = async message => {
|
||||
const task = async () => {
|
||||
const peerId = await ipfs.libp2p.peerId
|
||||
const messageHasData = message => message.detail.data !== undefined
|
||||
try {
|
||||
if (messageHasData(message) && onSynced) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user