Merge pull request #25145 from overleaf/jdt-wf-premium-src

Add premium source to Writefull entitlement sync

GitOrigin-RevId: bbebd7741efdf40a444768255b4aade857aca602
This commit is contained in:
Jimmy Domagala-Tang
2025-05-05 09:41:59 -04:00
committed by Copybot
parent a5e2708eae
commit d95340edbc

View File

@@ -196,6 +196,7 @@ const UserSchema = new Schema(
enabled: { type: Boolean, default: null },
autoCreatedAccount: { type: Boolean, default: false },
isPremium: { type: Boolean, default: false },
premiumSource: { type: String, default: null },
},
aiErrorAssistant: {
enabled: { type: Boolean, default: true },