Skip to content

Commit

Permalink
Merge pull request #102 from Synthetixio/dev
Browse files Browse the repository at this point in the history
Release to prod
  • Loading branch information
jmzwar authored Jun 27, 2024
2 parents 04e8ab6 + 25c2a1b commit 323763f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/routes/v3/arbitrum/sc-pool-apy.js
Original file line number Diff line number Diff line change
Expand Up @@ -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) => ({
Expand Down

0 comments on commit 323763f

Please sign in to comment.