Skip to content

Commit

Permalink
Fix prettier issu1e
Browse files Browse the repository at this point in the history
  • Loading branch information
“LAKSHMIRPILLAI” committed Nov 22, 2024
1 parent 7bebfc8 commit f0997ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion super-mode-calculator/src/lib/build-query.ts
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ views AS (
SELECT CONCAT(protocol,'://',host,path) AS url, region, COUNT (*) AS total_views
FROM views_with_regions
GROUP BY 1, 2)
SELECT acquisitions_agg.referrer_url,
SELECT acquisitions_agg.referrer_url AS url,
acquisitions_agg.region,
acquisitions_agg.sum_av_gbp AS totalAv,
views.total_views AS totalViews,
Expand Down

0 comments on commit f0997ef

Please sign in to comment.