mirror of
https://github.com/status-im/embark-area-51.git
synced 2025-02-17 09:46:37 +00:00
fix callback
This commit is contained in:
parent
1efdc00471
commit
c3382c9dd6
@ -53,7 +53,7 @@ class IPFS {
|
|||||||
console.log(err);
|
console.log(err);
|
||||||
cb(err);
|
cb(err);
|
||||||
}
|
}
|
||||||
else cb(__('successfully uploaded to ipfs'));
|
else cb(null, __('successfully uploaded to ipfs'));
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user