From bb24c3a650205b4782269b2c43d3fe3cc010b84a Mon Sep 17 00:00:00 2001 From: ShyMike <122023566+ImShyMike@users.noreply.github.com> Date: Wed, 11 Dec 2024 14:11:21 +0000 Subject: [PATCH] Fix json error There was a missing comma on line 224 that broke the json --- programs.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/programs.json b/programs.json index 3f24393..a14f31a 100644 --- a/programs.json +++ b/programs.json @@ -221,7 +221,7 @@ "description": "The summer is yours for the making", "website": "https://hackclub.com/arcade", "slack": "https://hackclub.slack.com/archives/C06SBHMQU8G", - "slackChannel": "#hack-hour" + "slackChannel": "#hack-hour", "status": "completed" }, {