diff --git a/template/app/src/analytics/stats.ts b/template/app/src/analytics/stats.ts index d166666e..694c1a0b 100644 --- a/template/app/src/analytics/stats.ts +++ b/template/app/src/analytics/stats.ts @@ -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 };