Skip to content

Commit 92f9fe5

Browse files
committed
fmt
1 parent ad847d9 commit 92f9fe5

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

app/routes/hydration-web/v1/stats.mjs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,8 @@ export default async (fastify, opts) => {
255255
}
256256

257257
// Get TVL from the new GraphQL query
258-
const tvl = tvlData.platformTotalTvl.nodes[0]?.totalTvlDecoratedNorm || 0;
258+
const tvl =
259+
tvlData.platformTotalTvl.nodes[0]?.totalTvlDecoratedNorm || 0;
259260

260261
const result = {
261262
tvl: Number(tvl),

0 commit comments

Comments
 (0)