Skip to content

Commit

Permalink
Remove warning email setting
Browse files Browse the repository at this point in the history
  • Loading branch information
kmycode committed Sep 12, 2023
1 parent 2311fcd commit 801d868
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/models/user_settings.rb
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ class KeyError < Error; end
setting :pending_account, default: true
setting :trends, default: true
setting :appeal, default: true
setting :warning, default: true
setting :software_updates, default: 'critical', in: %w(none critical patch all)
end

Expand Down

0 comments on commit 801d868

Please sign in to comment.