mirror of
https://github.com/shanmiteko/LotteryAutoScript.git
synced 2026-06-04 21:01:17 +08:00
Update searcher.js
This commit is contained in:
parent
e9c341dce0
commit
96b8f2a42b
@ -199,7 +199,7 @@ function modifyDynamicRes(res) {
|
||||
return null;
|
||||
}
|
||||
|
||||
if (cards == null || !cards || !cards.lengh) {
|
||||
if (cards == null || !cards || !cards.length) {
|
||||
log.warn('处理动态数据', '未找到任何动态信息')
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user