From bcf6c601bc191385b0e124dc987ec0e17ea5e2bd Mon Sep 17 00:00:00 2001 From: liuxiaolong <liuxiaolong@aiotlink.com> Date: 星期一, 27 七月 2020 19:57:35 +0800 Subject: [PATCH] rm arg --- controllers/sys.go | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/controllers/sys.go b/controllers/sys.go index c4844f0..92e6729 100644 --- a/controllers/sys.go +++ b/controllers/sys.go @@ -46,6 +46,7 @@ } else { result.IsUpgrade = false + result.Msg = []string{} } } -- Gitblit v1.8.0