mirror of
https://github.com/System-End/YSWS-Catalog.git
synced 2026-04-19 19:55:07 +00:00
Fix json error
There was a missing comma on line 224 that broke the json
This commit is contained in:
parent
90b58de2f1
commit
bb24c3a650
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
},
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue