fix: remove unused init functions and imports

This commit is contained in:
2026-04-19 08:11:51 +08:00
parent b7929d6ae7
commit 6a800164c4
3 changed files with 3 additions and 12 deletions
+1 -3
View File
@@ -386,6 +386,4 @@ func (api AccessLogApi) GetWebsiteStatusCodeStatsEndpoint(c echo.Context) error
return Success(c, []interface{}{})
}
func init() {
_ = context.TODO()
}