mirror of
https://github.com/shanmiteko/LotteryAutoScript.git
synced 2026-07-22 21:13:47 +08:00
fix: searcher.js typo fix (#379)
This commit is contained in:
@@ -199,7 +199,7 @@ function modifyDynamicRes(res) {
|
||||
return null;
|
||||
}
|
||||
|
||||
if (cards == null || !cards || !cards.lengh) {
|
||||
if (cards == null || !cards || !cards.length) {
|
||||
log.warn('处理动态数据', '未找到任何动态信息')
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user