From 93d372761a15f477ab8b9179f6204aade01bda74 Mon Sep 17 00:00:00 2001 From: ypw96 <90349951+ypw96@users.noreply.github.com> Date: Mon, 22 Apr 2024 14:30:54 +0800 Subject: [PATCH] fix: searcher.js typo fix (#379) --- lib/core/searcher.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/core/searcher.js b/lib/core/searcher.js index 0b99bf3..44beb17 100644 --- a/lib/core/searcher.js +++ b/lib/core/searcher.js @@ -199,7 +199,7 @@ function modifyDynamicRes(res) { return null; } - if (cards == null || !cards || !cards.lengh) { + if (cards == null || !cards || !cards.length) { log.warn('处理动态数据', '未找到任何动态信息') }