From c7e06bbe28a4b412ec743be8a6748cec35d70d4a Mon Sep 17 00:00:00 2001 From: zhaoyingbo Date: Wed, 4 Dec 2024 11:29:56 +0000 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=9B=B4=E6=96=B0=E6=8A=A5=E5=91=8A?= =?UTF-8?q?=E7=94=9F=E6=88=90=E9=80=BB=E8=BE=91=EF=BC=8C=E4=BD=BF=E7=94=A8?= =?UTF-8?q?=E6=96=B0=E7=9A=84=E8=AF=B7=E6=B1=82URL?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- controller/groupAgent/report.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/controller/groupAgent/report.ts b/controller/groupAgent/report.ts index cfb5eab..0a0e8c4 100644 --- a/controller/groupAgent/report.ts +++ b/controller/groupAgent/report.ts @@ -108,7 +108,7 @@ const genReport = async ( * @returns {Promise} */ const genAllReport = async (timeScope: "daily" | "weekly" = "daily") => { - const ctx = await genContext(new Request("")) + const ctx = await genContext(new Request("https://baidu.com")) const { logger } = ctx try {