mirror of
https://github.com/neocities/neocities.git
synced 2025-04-25 01:32:36 +02:00
hotfix for limit pagination for customer data
This commit is contained in:
parent
d611a5a290
commit
be8ad1a888
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ get '/stats/?' do
|
||||||
|
|
||||||
@stats[:monthly_stats] = monthly_stats
|
@stats[:monthly_stats] = monthly_stats
|
||||||
|
|
||||||
customers = Stripe::Customer.all
|
customers = Stripe::Customer.all limit: 100000
|
||||||
|
|
||||||
@stats[:total_recurring_revenue] = 0.0
|
@stats[:total_recurring_revenue] = 0.0
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue