Skip to content

Commit

Permalink
Quick fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kyrea committed Aug 5, 2024
1 parent 1d134ca commit 72bf2a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/models/schemas/User.js
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ const UserSchema = new mongoose.Schema({
subscriptionStatus: {
type: String,
enum: ['active', 'expired', 'canceled', 'pending', 'suspended', 'trial', 'renewal due', 'grace period'],
default: 'active',
default: 'trial',
},

/**
Expand Down

0 comments on commit 72bf2a7

Please sign in to comment.