mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
30 != 7 days
This commit is contained in:
parent
b1562984c0
commit
ab46d6ec1a
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ define [
|
|||
App.controller "PlansController", ($scope, $modal, event_tracking, abTestManager, MultiCurrencyPricing) ->
|
||||
|
||||
buckets = [
|
||||
{ bucketName:"7d", queryString: "_free_trial_7_days", trial_len:30 }
|
||||
{ bucketName:"7d", queryString: "_free_trial_7_days", trial_len:7 }
|
||||
{ bucketName:"14d", queryString: "_free_trial_14_days", trial_len:14 }
|
||||
]
|
||||
bucket = abTestManager.getABTestBucket "trial_len", buckets
|
||||
|
|
Loading…
Reference in a new issue