diff --git a/services/web/app/src/Features/Subscription/FeaturesUpdater.mjs b/services/web/app/src/Features/Subscription/FeaturesUpdater.mjs index e3b94499c5..61dbb23ce8 100644 --- a/services/web/app/src/Features/Subscription/FeaturesUpdater.mjs +++ b/services/web/app/src/Features/Subscription/FeaturesUpdater.mjs @@ -117,6 +117,7 @@ async function refreshFeatures(userId, reason) { userOverleafId: userId, // todo: quota clean-up: collab with writefull to rename this, and check if still needed hasAiAssist: hasPremiumAiFeatures, + aiUsageQuota: newFeatures.aiUsageQuota, }, method: 'POST', }