From ca8710686b517f2f1b38d8e69b9921ac448e12b4 Mon Sep 17 00:00:00 2001 From: imeepos Date: Thu, 25 Sep 2025 20:30:41 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8DDouyinContentAdapter?= =?UTF-8?q?=E4=BB=A3=E7=A0=81=E6=A0=BC=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 修正console.log语句的缩进和分号格式 --- src/content-moderation/adapters/douyin-content.adapter.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content-moderation/adapters/douyin-content.adapter.ts b/src/content-moderation/adapters/douyin-content.adapter.ts index 6885744..b81e1ed 100644 --- a/src/content-moderation/adapters/douyin-content.adapter.ts +++ b/src/content-moderation/adapters/douyin-content.adapter.ts @@ -259,7 +259,7 @@ export class DouyinContentAdapter extends BaseContentAdapter { // SDK v3的响应格式不同,需要根据实际返回结果进行适配 const isHit = responseData.predicts?.some((predict) => predict.hit) || false; - console.log(responseData.predicts) + console.log(responseData.predicts); const conclusion = isHit ? 2 : 1; // 2: 不合规, 1: 合规 return {