From 6394715bfe22ab3ac0b65446dc065d1b0691f813 Mon Sep 17 00:00:00 2001 From: renzhiyuan <465386466@qq.com> Date: Thu, 5 Feb 2026 13:39:44 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E9=87=8D=E6=9E=84advice=E6=A8=A1?= =?UTF-8?q?=E5=9D=97=E5=8F=8A=E6=B7=BB=E5=8A=A0MongoDB=E6=94=AF=E6=8C=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cmd/server/main.go | 1 - 1 file changed, 1 deletion(-) diff --git a/cmd/server/main.go b/cmd/server/main.go index fbcd581..e9a2b97 100644 --- a/cmd/server/main.go +++ b/cmd/server/main.go @@ -19,7 +19,6 @@ func main() { if err != nil { log.Fatalf("加载配置失败: %v", err) } - app, cleanup, err := InitializeApp(ctx, bc, log.DefaultLogger()) if err != nil { log.Fatalf("项目初始化失败: %v", err)