Skip to content

Commit

Permalink
Add missing closing single quote character in commented line of code (#…
Browse files Browse the repository at this point in the history
…354)

Co-authored-by: raf <[email protected]>
  • Loading branch information
zabanet and raf authored Jan 20, 2025
1 parent 5fea930 commit fd14217
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 @@ -4,7 +4,7 @@ import Stripe from 'stripe';
import { stripe } from '../payment/stripe/stripeClient'
import { listOrders } from '@lemonsqueezy/lemonsqueezy.js';
import { getDailyPageViews, getSources } from './providers/plausibleAnalyticsUtils';
// import { getDailyPageViews, getSources } from './providers/googleAnalyticsUtils;
// import { getDailyPageViews, getSources } from './providers/googleAnalyticsUtils';
import { paymentProcessor } from '../payment/paymentProcessor';

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

0 comments on commit fd14217

Please sign in to comment.