Skip to content

Commit

Permalink
change trial period to 14 days
Browse files Browse the repository at this point in the history
  • Loading branch information
abhishek9686 committed Jan 24, 2024
1 parent 5f20383 commit 7a36b93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pro/trial.go
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ func initTrial() error {
}
trialDates := TrialDates{
TrialStartedAt: time.Now(),
TrialEndsAt: time.Now().Add(time.Hour * 24 * 30),
TrialEndsAt: time.Now().Add(time.Hour * 24 * 14),
}
t := TrialInfo{
PrivKey: tPriv,
Expand Down

0 comments on commit 7a36b93

Please sign in to comment.