Skip to content

Commit

Permalink
Update calculateDailyStats.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
vincanger committed Dec 7, 2023
1 parent 7369dba commit 9e06a34
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/server/workers/calculateDailyStats.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import type { DailyStatsJob } from '@wasp/jobs/dailyStatsJob';
import Stripe from 'stripe';
// import { getDailyPageViews, getSources } from './plausibleAnalyticsUtils.js';
import { getDailyPageViews, getSources } from './googleAnalyticsUtils.js';
import type { DailyStatsJob } from '@wasp/jobs/dailyStatsJob';
import { getDailyPageViews, getSources } from './plausibleAnalyticsUtils.js';
// import { getDailyPageViews, getSources } from './googleAnalyticsUtils.js';

const stripe = new Stripe(process.env.STRIPE_KEY!, {
apiVersion: '2022-11-15', // TODO find out where this is in the Stripe dashboard and document
Expand Down

0 comments on commit 9e06a34

Please sign in to comment.