Skip to content

Commit

Permalink
formating
Browse files Browse the repository at this point in the history
  • Loading branch information
sebald committed Oct 28, 2023
1 parent 54de8c1 commit 1fef00f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/(stats)/compositions/[[...range]]/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ const CompositionsPage = async ({ params }: PageProps) => {
const range = toRange(params.range?.[0]);
const from = fromDate(range ? range.from : pointsUpdateDate);
const to = range ? fromDate(range.to) : undefined;

const { stats, meta } = await getStats(from, to);

return (
Expand Down

0 comments on commit 1fef00f

Please sign in to comment.