fix: 리셋 시 설문조사 목록을 초기화하지 않는 버그 수정
This commit is contained in:
@@ -140,6 +140,8 @@ class ResetHelper{
|
||||
$gameStor->next_season_idx = $seasonIdx;
|
||||
$bettingStor = KVStorage::getStorage($db, 'betting');
|
||||
$bettingStor->resetValues();
|
||||
$voteStor = KVStorage::getStorage($db, 'vote');
|
||||
$voteStor->resetValues();
|
||||
|
||||
$lastExecuteStor = KVStorage::getStorage($db, 'next_execute');
|
||||
$lastExecuteStor->resetValues();
|
||||
|
||||
Reference in New Issue
Block a user