diff --git a/app/stats.rb b/app/stats.rb index 390a294e..0eb0d8cf 100644 --- a/app/stats.rb +++ b/app/stats.rb @@ -36,7 +36,7 @@ get '/stats/?' do @stats[:monthly_stats] = monthly_stats - customers = Stripe::Customer.all + customers = Stripe::Customer.all limit: 100000 @stats[:total_recurring_revenue] = 0.0