Skip to content

Commit e285b94

Browse files
committed
fix: code-style
1 parent 4f13630 commit e285b94

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

app/utils/token-info.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,6 @@ async function getFullLegacyTokenInfoUsingCdn(
118118
const tokenListResponse = await fetch(
119119
'https://cdn.jsdelivr.net/gh/solana-labs/token-list@latest/src/tokens/solana.tokenlist.json'
120120
);
121-
122121
if (tokenListResponse.status >= 400) {
123122
console.error(new Error('Error fetching token list from CDN'));
124123
return undefined;

0 commit comments

Comments
 (0)