diff --git a/src/routes/v3/arbitrum/sc-pool-apy.js b/src/routes/v3/arbitrum/sc-pool-apy.js index 4343c5c..be4058f 100644 --- a/src/routes/v3/arbitrum/sc-pool-apy.js +++ b/src/routes/v3/arbitrum/sc-pool-apy.js @@ -203,8 +203,7 @@ async function fetchDataFromPostgres() { ORDER BY collateral_type, ts DESC ) SELECT * FROM latest_records - ORDER BY ts DESC - LIMIT 3;`, + ORDER BY ts DESC;`, ); const responseData = queryResult.rows.map((item) => ({