fix: 리셋 시 설문조사 목록을 초기화하지 않는 버그 수정

This commit is contained in:
2022-05-18 01:00:18 +09:00
parent 85f3d0b500
commit e5507e1e61
+2
View File
@@ -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();