1
0
mirror of https://github.com/oceanprotocol/react.git synced 2024-11-26 12:29:01 +01:00
This commit is contained in:
mihaisc 2020-08-05 15:24:19 +03:00
parent 90667040fe
commit 6c1bfcbfd9

View File

@ -10,7 +10,7 @@ export async function getCheapestPool(
dataTokenAddress
)
Logger.log('DT Pool found', tokenPools)
if(tokenPools===undefined || tokenPools.length===0){
if (tokenPools === undefined || tokenPools.length === 0) {
return {
poolAddress: '',
poolPrice: '0'