reduce the cap to 20 users when adding seats (#23873)

GitOrigin-RevId: f997059632e9d123e2aa71a74a64ac3b0dd20ef9
This commit is contained in:
ilkin-overleaf
2025-02-28 09:04:55 +00:00
committed by Copybot
parent 3851ee4eb2
commit 887e190de8
2 changed files with 3 additions and 3 deletions
@@ -18,7 +18,7 @@ const subscriptionRateLimiter = new RateLimiter('subscription', {
duration: 60,
})
const MAX_NUMBER_OF_USERS = 50
const MAX_NUMBER_OF_USERS = 20
const addSeatsValidateSchema = {
body: Joi.object({