Skip to content

Commit

Permalink
Update stats.ts (#252)
Browse files Browse the repository at this point in the history
Adding missing apostrophe at analytics stats file
  • Loading branch information
Luis0Antonio authored Aug 20, 2024
1 parent f11989b commit 2a4c5e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion template/app/src/analytics/stats.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { type DailyStatsJob } from 'wasp/server/jobs';
import Stripe from 'stripe';
import { stripe } from '../payment/stripe/stripeClient'
import { getDailyPageViews, getSources } from './providers/plausibleAnalyticsUtils';
// import { getDailyPageViews, getSources } from './providers/googleAnalyticsUtils;
// import { getDailyPageViews, getSources } from './providers/googleAnalyticsUtils';

export type DailyStatsProps = { dailyStats?: DailyStats; weeklyStats?: DailyStats[]; isLoading?: boolean };

Expand Down

0 comments on commit 2a4c5e7

Please sign in to comment.