diff --git a/app/services/connect/SpaceConnectService.php b/app/services/connect/SpaceConnectService.php index 6389cd2..dbba321 100644 --- a/app/services/connect/SpaceConnectService.php +++ b/app/services/connect/SpaceConnectService.php @@ -51,7 +51,6 @@ class SpaceConnectService $round['number_tab_number'] = $lastNumberTab['number']; $round['in_checkout'] = $tableInfo['in_checkout']; $round['number_tab_status'] = InitTableService::numberTabStatus($lastNumberTab); - $round['bet_status'] = $lastNumberTab['bet_status']; $round['show_card'] = GetCardService::getCard($tableInfo,$lastNumberTab); $ws->emit('onlineLogin',['status' => true, 'table_id' => $tableInfo['id'], 'round' => $round]); SocketSession::saveSocketSession(['table_id' => $tableInfo['id'], 'table_name' => $tableInfo['table_name']],'space');