aboutsummaryrefslogtreecommitdiff
path: root/lib/mauve/alert.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/mauve/alert.rb')
-rw-r--r--lib/mauve/alert.rb3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/mauve/alert.rb b/lib/mauve/alert.rb
index 80e1485..8778892 100644
--- a/lib/mauve/alert.rb
+++ b/lib/mauve/alert.rb
@@ -424,8 +424,7 @@ module Mauve
alert_db = first(:alert_id => alert.id, :source => update.source) ||
new(:alert_id => alert.id, :source => update.source)
- alert_db.update_type = nil
-
+
##
#
# Work out if we're raising now, or in the future.