Skip to content

Commit fd14217

Browse files
zabanetraf
and
raf
authored
Add missing closing single quote character in commented line of code (#354)
Co-authored-by: raf <[email protected]>
1 parent 5fea930 commit fd14217

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

template/app/src/analytics/stats.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import Stripe from 'stripe';
44
import { stripe } from '../payment/stripe/stripeClient'
55
import { listOrders } from '@lemonsqueezy/lemonsqueezy.js';
66
import { getDailyPageViews, getSources } from './providers/plausibleAnalyticsUtils';
7-
// import { getDailyPageViews, getSources } from './providers/googleAnalyticsUtils;
7+
// import { getDailyPageViews, getSources } from './providers/googleAnalyticsUtils';
88
import { paymentProcessor } from '../payment/paymentProcessor';
99

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

0 commit comments

Comments
 (0)