diff --git a/src/utils/dtUtils.ts b/src/utils/dtUtils.ts index bb0e300..47711bc 100644 --- a/src/utils/dtUtils.ts +++ b/src/utils/dtUtils.ts @@ -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'