From 7a1841e9a5a0aa382396b65a91bb8900dce98588 Mon Sep 17 00:00:00 2001 From: yusing Date: Fri, 10 Oct 2025 15:26:08 +0800 Subject: [PATCH] fix(acl): add json tag for notify --- internal/acl/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/acl/config.go b/internal/acl/config.go index 0ffa2099..ba43fa4b 100644 --- a/internal/acl/config.go +++ b/internal/acl/config.go @@ -30,7 +30,7 @@ type Config struct { Notify struct { To []string `json:"to"` // list of notification providers Interval time.Duration `json:"interval"` // interval between notifications - } + } `json:"notify"` config valErr gperr.Error