From fa1237f149d053891fa05db49d373bd20882accc Mon Sep 17 00:00:00 2001 From: Absurdon Date: Sun, 16 Jul 2017 22:24:11 +0200 Subject: [PATCH] Fixed missing comma --- lib/gather/gather_pool.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/gather/gather_pool.js b/lib/gather/gather_pool.js index 309b727..7a2f9be 100644 --- a/lib/gather/gather_pool.js +++ b/lib/gather/gather_pool.js @@ -21,7 +21,7 @@ const GATHER_CONFIGS = [ type: "classic", name: "Classic Gather", description: "No Requirements" - } + }, { type: "invitational", name: "Invitational Gather",