mirror of
https://github.com/wasp-lang/open-saas.git
synced 2025-04-09 20:39:02 +02:00
Update calculateDailyStats.ts
This commit is contained in:
parent
7369dba352
commit
9e06a34abb
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user