Skip to content

Commit

Permalink
remove debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
domechn committed Jun 25, 2023
1 parent 172bed9 commit 2c10116
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/middlelayers/charts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ const STABLE_COIN = ["USDT", "USDC", "BUSD", "DAI", "TUSD", "PAX"]
export const ASSETS_TABLE_NAME = "assets_v2"

export async function refreshAllData() {
// const coins = await queryCoinsData()
// await saveCoinsToDatabase(coins)
const coins = await queryCoinsData()
await saveCoinsToDatabase(coins)
}

async function queryCoinsData(): Promise<(Coin & {
Expand Down

0 comments on commit 2c10116

Please sign in to comment.