diff --git a/pkg/internal/models/publishers.go b/pkg/internal/models/publishers.go index 7a5009f..7808751 100644 --- a/pkg/internal/models/publishers.go +++ b/pkg/internal/models/publishers.go @@ -31,5 +31,5 @@ type Publisher struct { AccountID *uint `json:"account_id"` Account models.Account `gorm:"-"` - Realm models.Realm `json:"-"` + Realm models.Realm `gorm:"-"` }