Skip to content

Commit

Permalink
fix(config): remove
Browse files Browse the repository at this point in the history
  • Loading branch information
hekike committed Dec 13, 2024
1 parent 2765549 commit 50c188e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions app/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -101,10 +101,6 @@ func (c Configuration) Validate() error {
}

if c.Notification.Enabled {
if !c.Entitlements.Enabled {
errs = append(errs, errors.New("entitlements must be enabled if notification is enabled"))
}

if err := c.Notification.Validate(); err != nil {
errs = append(errs, errorsx.WithPrefix(err, "notification"))
}
Expand Down

0 comments on commit 50c188e

Please sign in to comment.