diff --git a/opensaas-sh/app_diff/src/admin/dashboards/users/UsersTable.tsx.diff b/opensaas-sh/app_diff/src/admin/dashboards/users/UsersTable.tsx.diff index 9f541a44..8ccfcb0d 100644 --- a/opensaas-sh/app_diff/src/admin/dashboards/users/UsersTable.tsx.diff +++ b/opensaas-sh/app_diff/src/admin/dashboards/users/UsersTable.tsx.diff @@ -1,6 +1,6 @@ --- template/app/src/admin/dashboards/users/UsersTable.tsx +++ opensaas-sh/app/src/admin/dashboards/users/UsersTable.tsx -@@ -202,7 +202,7 @@ +@@ -207,7 +207,7 @@

{user.subscriptionStatus}

diff --git a/opensaas-sh/app_diff/src/analytics/stats.ts.diff b/opensaas-sh/app_diff/src/analytics/stats.ts.diff index cbf7c27b..79c9a344 100644 --- a/opensaas-sh/app_diff/src/analytics/stats.ts.diff +++ b/opensaas-sh/app_diff/src/analytics/stats.ts.diff @@ -1,18 +1,14 @@ --- template/app/src/analytics/stats.ts +++ opensaas-sh/app/src/analytics/stats.ts -@@ -2,10 +2,8 @@ +@@ -2,7 +2,6 @@ import { type DailyStatsJob } from 'wasp/server/jobs'; import Stripe from 'stripe'; - import { stripe } from '../payment/stripe/stripeClient' + 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 { paymentProcessor } from '../payment/paymentProcessor'; -+// import { getDailyPageViews, getSources } from './providers/googleAnalyticsUtils; - - export type DailyStatsProps = { dailyStats?: DailyStats; weeklyStats?: DailyStats[]; isLoading?: boolean }; - -@@ -41,17 +39,7 @@ + // import { getDailyPageViews, getSources } from './providers/googleAnalyticsUtils'; + import { paymentProcessor } from '../payment/paymentProcessor'; +@@ -42,17 +41,7 @@ paidUserDelta -= yesterdaysStats.paidUserCount; } @@ -31,7 +27,7 @@ const { totalViews, prevDayViewsChangePercent } = await getDailyPageViews(); -@@ -162,38 +150,3 @@ +@@ -163,39 +152,3 @@ // Revenue is in cents so we convert to dollars (or your main currency unit) return totalRevenue / 100; } @@ -70,4 +66,4 @@ - throw error; - } -} -\ No newline at end of file +- diff --git a/opensaas-sh/app_diff/src/server/scripts/dbSeeds.ts.diff b/opensaas-sh/app_diff/src/server/scripts/dbSeeds.ts.diff index dba15c1b..35507c37 100644 --- a/opensaas-sh/app_diff/src/server/scripts/dbSeeds.ts.diff +++ b/opensaas-sh/app_diff/src/server/scripts/dbSeeds.ts.diff @@ -1,6 +1,6 @@ --- template/app/src/server/scripts/dbSeeds.ts +++ opensaas-sh/app/src/server/scripts/dbSeeds.ts -@@ -37,9 +37,11 @@ +@@ -38,9 +38,11 @@ sendNewsletter: false, credits, subscriptionStatus,