From 78d9ab0f169d22d3c2cc468bc07912bf1f30d956 Mon Sep 17 00:00:00 2001 From: 1-6 Date: Wed, 12 Jul 2023 16:28:27 +0800 Subject: [PATCH] x --- core/api_bucket.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/api_bucket.go b/core/api_bucket.go index 775c74f..308be03 100644 --- a/core/api_bucket.go +++ b/core/api_bucket.go @@ -191,11 +191,11 @@ func init() { } changes[bk] = changed - if ar[0] == "plugins" && changed && { + if ar[0] == "plugins" && changed { go func(uuid string, v interface{}) { defer recover() content := v.(string) - if content == "" || content == "install"{ + if content == "" || content == "install" { return } _id := utils.GenUUID()