mirror of
https://github.com/oceanprotocol/ocean.js.git
synced 2024-11-26 20:39:05 +01:00
codacy fix
This commit is contained in:
parent
0b4417d264
commit
b5c71f31a8
@ -492,11 +492,10 @@ export class Assets extends Instantiable {
|
|||||||
consumerAddress
|
consumerAddress
|
||||||
)
|
)
|
||||||
if (txid) return txid.transactionHash
|
if (txid) return txid.transactionHash
|
||||||
else return null
|
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
console.error(e)
|
console.error(e)
|
||||||
return null
|
|
||||||
}
|
}
|
||||||
|
return null
|
||||||
}
|
}
|
||||||
|
|
||||||
// marketplace flow
|
// marketplace flow
|
||||||
|
Loading…
x
Reference in New Issue
Block a user