From 2a4c5e7206d2124d41138da9ce3e600c19f1b057 Mon Sep 17 00:00:00 2001 From: Luis Arce Date: Tue, 20 Aug 2024 03:47:24 -0500 Subject: [PATCH] Update stats.ts (#252) Adding missing apostrophe at analytics stats file --- template/app/src/analytics/stats.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 };