mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-23 09:09:36 +02:00
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:
committed by
Copybot
parent
a5e2708eae
commit
d95340edbc
@@ -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 },
|
||||
|
||||
Reference in New Issue
Block a user