mirror of
https://github.com/hex248/sprint.git
synced 2026-02-09 02:33:02 +00:00
5 seats for free
This commit is contained in:
@@ -26,7 +26,7 @@ export async function updateSeatCount(userId: number) {
|
||||
totalMembers += members.length;
|
||||
}
|
||||
|
||||
const newQuantity = Math.max(1, totalMembers - 4);
|
||||
const newQuantity = Math.max(1, totalMembers - 5);
|
||||
|
||||
// skip if quantity hasn't changed
|
||||
if (newQuantity === subscription.quantity) {
|
||||
|
||||
Reference in New Issue
Block a user