refac: 더는 필요없어진 betting table 삭제

This commit is contained in:
2022-05-08 20:15:03 +09:00
parent 282b413553
commit 2b4de68f0a
6 changed files with 1 additions and 54 deletions
-3
View File
@@ -723,9 +723,6 @@ class GeneralBuilder{
];
}
$db->insert('rank_data', $rank_data);
$db->insert('betting', [
'general_id'=>$this->generalID,
]);
return true; //생성되었다.
}