Browse Source

fix missing comma

encrypt 8 years ago
parent
commit
c247941853
1 changed files with 1 additions and 1 deletions
  1. 1 1
      webapp.rb

+ 1 - 1
webapp.rb

@@ -71,7 +71,7 @@ get '/hacklabbo/space.json' do
     },
     issue_report_channels: [
       "ml"
-    ]
+    ],
     contact: {
       ml: "hacklabbo@indivia.net"
     },