We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5fea930 commit fd14217Copy full SHA for fd14217
template/app/src/analytics/stats.ts
@@ -4,7 +4,7 @@ import Stripe from 'stripe';
4
import { stripe } from '../payment/stripe/stripeClient'
5
import { listOrders } from '@lemonsqueezy/lemonsqueezy.js';
6
import { getDailyPageViews, getSources } from './providers/plausibleAnalyticsUtils';
7
-// import { getDailyPageViews, getSources } from './providers/googleAnalyticsUtils;
+// import { getDailyPageViews, getSources } from './providers/googleAnalyticsUtils';
8
import { paymentProcessor } from '../payment/paymentProcessor';
9
10
export type DailyStatsProps = { dailyStats?: DailyStats; weeklyStats?: DailyStats[]; isLoading?: boolean };
0 commit comments