mirror of
https://github.com/ENSL/ensl_gathers.git
synced 2025-01-24 02:00:58 +00:00
Fixed missing comma
This commit is contained in:
parent
1168007532
commit
fa1237f149
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ const GATHER_CONFIGS = [
|
||||||
type: "classic",
|
type: "classic",
|
||||||
name: "Classic Gather",
|
name: "Classic Gather",
|
||||||
description: "No Requirements"
|
description: "No Requirements"
|
||||||
}
|
},
|
||||||
{
|
{
|
||||||
type: "invitational",
|
type: "invitational",
|
||||||
name: "Invitational Gather",
|
name: "Invitational Gather",
|
||||||
|
|
Loading…
Reference in a new issue