Skip to content

Commit

Permalink
Merge pull request #62 from WaifuAPI/staging
Browse files Browse the repository at this point in the history
Quick fix
  • Loading branch information
kyrea committed Aug 5, 2024
2 parents a3b88a0 + 72bf2a7 commit eaebd9f
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 eaebd9f

Please sign in to comment.