Skip to content

Commit

Permalink
linted
Browse files Browse the repository at this point in the history
  • Loading branch information
kwongz committed Nov 20, 2024
1 parent 4d1ecd9 commit 105f164
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,6 @@
title: 'Charts/Chart',
component: Chart
};
const data = Query.create(
'SELECT plane, fare, SUM(fare) as total_sales, SUM(fare) as total_fare FROM flights WHERE plane IN (SELECT DISTINCT plane FROM flights LIMIT 2) GROUP BY plane, fare LIMIT 25',
query
);
</script>

<script>
Expand Down

0 comments on commit 105f164

Please sign in to comment.