Skip to content

Commit

Permalink
fix: searcher.js typo fix (#379)
Browse files Browse the repository at this point in the history
  • Loading branch information
ypw96 authored Apr 22, 2024
1 parent e9c341d commit 93d3727
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/core/searcher.js
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ function modifyDynamicRes(res) {
return null;
}

if (cards == null || !cards || !cards.lengh) {
if (cards == null || !cards || !cards.length) {
log.warn('处理动态数据', '未找到任何动态信息')
}

Expand Down

0 comments on commit 93d3727

Please sign in to comment.