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 {