shawenguan 1 년 전
부모
커밋
460ea3c032
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      Scripts/168/pksExpertHelper.js

+ 1 - 1
Scripts/168/pksExpertHelper.js

@@ -83,7 +83,7 @@ async function tryPickExpert() {
 	let winningProbability = 90;
 	let tmpData = [];
 	for (let i = 0; i < expectList.length; i++) {
-		const item = recommendList[i];
+		const item = expectList[i];
 		const prValue = parseInt(item.winningProbability);
 		if (prValue >= winningProbability) {
 			let planDetail = await getExpertsRecommendDetail(item.userId, gLotteryCode, groupCode, ranking);