Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
surik committed Mar 4, 2024
1 parent 8f67bfb commit 82b964b
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 @@ -228,9 +228,6 @@ type Account struct {
PostureChecks []*posture.Checks `gorm:"foreignKey:AccountID;references:id"`
// 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:"-"`
}

// AccountUsageStats represents the current usage statistics for an account
Expand Down

0 comments on commit 82b964b

Please sign in to comment.