Skip to content

Commit

Permalink
let verified users join/create 150 teams (!)
Browse files Browse the repository at this point in the history
  • Loading branch information
ornicar authored and schlawg committed Nov 8, 2024
1 parent f895c18 commit a8d3826
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/team/src/main/Team.scala
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ object Team:

val maxLeaders = Max(10)
val maxJoin = Max(50)
val verifiedMaxJoin = Max(100)
val verifiedMaxJoin = Max(150)

def maxJoin(u: User): Max =
if u.isVerified then verifiedMaxJoin
Expand Down

0 comments on commit a8d3826

Please sign in to comment.