From 9383b6b0f5271fdb9dbeadbc659d72df8c46f5d1 Mon Sep 17 00:00:00 2001 From: Dmitri Dolguikh Date: Fri, 10 Jul 2026 20:12:48 +0200 Subject: [PATCH] fix field tag Signed-off-by: Dmitri Dolguikh --- dns/nameserver.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dns/nameserver.go b/dns/nameserver.go index 06c0c47db..84e83e2b4 100644 --- a/dns/nameserver.go +++ b/dns/nameserver.go @@ -53,7 +53,7 @@ type NameServerGroup struct { ID string `gorm:"primaryKey"` // AccountID is a reference to Account that this object belongs AccountID string `gorm:"index"` - PublicID string `json:"-""` + PublicID string `json:"-"` // Name group name Name string // Description group description