Skip to content
Snippets Groups Projects
Commit af8a2835 authored by Mahdi Yari's avatar Mahdi Yari
Browse files

minor fix

parent 45b38f83
No related branches found
No related tags found
No related merge requests found
...@@ -60,7 +60,6 @@ hiveBroadcast.send = function hiveBroadcast$send(tx, privKeys, callback) { ...@@ -60,7 +60,6 @@ hiveBroadcast.send = function hiveBroadcast$send(tx, privKeys, callback) {
signedTransaction signedTransaction
).then((result) => { ).then((result) => {
return Object.assign({ id: trxId }, result, signedTransaction); return Object.assign({ id: trxId }, result, signedTransaction);
})
}); });
}); });
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment