From a73f2088106b6fc2846c03f6ccce6e522aa348a5 Mon Sep 17 00:00:00 2001 From: "jiaji.H" Date: Tue, 6 Jan 2026 14:04:35 +0800 Subject: [PATCH] Updata --- pkg/service/bundle/healthCheck.go | 1 - 1 file changed, 1 deletion(-) diff --git a/pkg/service/bundle/healthCheck.go b/pkg/service/bundle/healthCheck.go index cdbfa6c..0decfe6 100644 --- a/pkg/service/bundle/healthCheck.go +++ b/pkg/service/bundle/healthCheck.go @@ -177,5 +177,4 @@ func HealthCheck(c *gin.Context) { } c.JSON(httpStatus, healthStatus) - service.Success(c, healthStatus) }