fix field tag

Signed-off-by: Dmitri Dolguikh <dmitri.external@netbird.io>
This commit is contained in:
Dmitri Dolguikh
2026-07-10 20:12:48 +02:00
parent aff723e3bb
commit 9383b6b0f5

View File

@@ -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