Skip to content

Commit fddc518

Browse files
committed
fix
1 parent 707b041 commit fddc518

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

lib/ coingecko.actions.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,6 @@ export async function getTopPoolForToken(
6767
if (!res.ok) throw new Error('Failed to fetch pool data');
6868
const data = await res.json();
6969

70-
// Return the top pool (first one, sorted by liquidity)
7170
return data.data && data.data.length > 0 ? data.data[0] : null;
7271
}
7372

0 commit comments

Comments
 (0)