diff --git a/app/models/notifications/thirteen/thirteen_hearing_outcome_decline.rb b/app/models/notifications/thirteen/thirteen_hearing_outcome_decline.rb index 4460cf0f2..edc13225d 100644 --- a/app/models/notifications/thirteen/thirteen_hearing_outcome_decline.rb +++ b/app/models/notifications/thirteen/thirteen_hearing_outcome_decline.rb @@ -5,7 +5,7 @@ ### module Notifications::Thirteen - class ThirteenHearingOutcomedDecline < ::Notifications::Base + class ThirteenHearingOutcomeDecline < ::Notifications::Base def self.create_for_match! match match.dnd_staff_contacts.each do |contact| create! match: match, recipient: contact