diff --git a/lib/gather/gather_pool.js b/lib/gather/gather_pool.js index fd03022..309b727 100644 --- a/lib/gather/gather_pool.js +++ b/lib/gather/gather_pool.js @@ -22,15 +22,15 @@ const GATHER_CONFIGS = [ name: "Classic Gather", description: "No Requirements" } - // { - // type: "invitational", - // name: "Invitational Gather", - // description: "Join on ensl.org/teams/949", - // // Grant invite if on list - // membershipTest: function (user) { - // return InvitationalGather.list.some(m => m.id === user.id); - // } - // } + { + type: "invitational", + name: "Invitational Gather", + description: "Join on ensl.org/teams/949", + // Grant invite if on list + membershipTest: function (user) { + return InvitationalGather.list.some(m => m.id === user.id); + } + } // { // type: "casual", // name: "Casual Gather",