mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-07-14 23:33:51 -05:00
Increase team max member count from 8 to 10
This commit is contained in:
parent
6be7f77456
commit
3a5fbeef1e
|
|
@ -3,7 +3,7 @@ export const TEAM = {
|
|||
NAME_MIN_LENGTH: 2,
|
||||
BIO_MAX_LENGTH: 2000,
|
||||
TWITTER_MAX_LENGTH: 50,
|
||||
MAX_MEMBER_COUNT: 8,
|
||||
MAX_MEMBER_COUNT: 10,
|
||||
MAX_TEAM_COUNT_NON_PATRON: 2,
|
||||
MAX_TEAM_COUNT_PATRON: 5,
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user