Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
surik committed Feb 19, 2024
1 parent 92d6be6 commit ff09490
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions management/server/account.go
Original file line number Diff line number Diff line change
Expand Up @@ -217,9 +217,6 @@ type Account struct {
DNSSettings DNSSettings `gorm:"embedded;embeddedPrefix:dns_settings_"`
// Settings is a dictionary of Account settings
Settings *Settings `gorm:"embedded;embeddedPrefix:settings_"`
// deprecated on store and api level
Rules map[string]*Rule `json:"-" gorm:"-"`
RulesG []Rule `json:"-" gorm:"-"`
}

type UserInfo struct {
Expand Down

0 comments on commit ff09490

Please sign in to comment.