Skip to content

Commit

Permalink
add missing comma
Browse files Browse the repository at this point in the history
  • Loading branch information
viniabussafi committed Dec 21, 2024
1 parent 57b20c6 commit fb3fc9c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ FROM (
GROUP BY s1.pool_id, token_symbol, pool_symbol, normalized_weight, pool_type, pool_name
) s
GROUP BY pool_id, pool_symbol, pool_type, pool_name
ORDER BY 1)
ORDER BY 1),

v3_pools AS(
WITH token_data AS (
Expand Down

0 comments on commit fb3fc9c

Please sign in to comment.