@@ -52,7 +52,7 @@ class gamematch extends Command
continue;
}
$info = [];
- $questions = []
+ $questions = [];
$data = json_decode($data, 1);
$room = Redis::get($data['level']);
if($room){