fix: searcher.js typo fix (#379)

This commit is contained in:
ypw96 2024-04-22 14:30:54 +08:00 committed by GitHub
parent e9c341dce0
commit 93d372761a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -199,7 +199,7 @@ function modifyDynamicRes(res) {
return null; return null;
} }
if (cards == null || !cards || !cards.lengh) { if (cards == null || !cards || !cards.length) {
log.warn('处理动态数据', '未找到任何动态信息') log.warn('处理动态数据', '未找到任何动态信息')
} }