feat: sending ai usage quota to WF during sync (#32381)

GitOrigin-RevId: 0bd5eec1f5f940e3245d9fa22f01dcf69b2b45d6
This commit is contained in:
Jimmy Domagala-Tang
2026-04-13 07:13:37 -07:00
committed by Copybot
parent 0ed4df54cf
commit 6aadc81405

View File

@@ -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',
}