Unlimit parties (#8653)

* fix(party): unlimit parties
to address premature feature release

* fix(test): pend irrelevant test
This commit is contained in:
Sabe Jones
2017-04-04 21:51:17 -05:00
committed by GitHub
parent d8620e1636
commit a4feae4dbb
3 changed files with 3 additions and 3 deletions

View File

@@ -14,4 +14,4 @@ export const SUPPORTED_SOCIAL_NETWORKS = [
export const GUILDS_PER_PAGE = 30; // number of guilds to return per page when using pagination
export const PARTY_LIMIT_MEMBERS = 30;
export const PARTY_LIMIT_MEMBERS = 1000;