Skip to content

Commit b3e0383

Browse files
committed
add static MemberLimit property
1 parent 214b121 commit b3e0383

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

backend/clans/ClanController.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ export default class ClanController {
99
public app: express.Application;
1010
// A reference to the SQLite driver (base.db)
1111
public db: any;
12+
// Maximum number of members a clan can have
13+
public static MemberLimit: number = 20;
1214

1315
constructor(app: express.Application, db: any) {
1416
// Assign local variables to object

0 commit comments

Comments
 (0)