Skip to content

Commit eaebd9f

Browse files
authored
Merge pull request #62 from WaifuAPI/staging
Quick fix
2 parents a3b88a0 + 72bf2a7 commit eaebd9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/models/schemas/User.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ const UserSchema = new mongoose.Schema({
143143
subscriptionStatus: {
144144
type: String,
145145
enum: ['active', 'expired', 'canceled', 'pending', 'suspended', 'trial', 'renewal due', 'grace period'],
146-
default: 'active',
146+
default: 'trial',
147147
},
148148

149149
/**

0 commit comments

Comments
 (0)