DEV: Apply rubocop (#8926)

This commit is contained in:
Joffrey JAFFEUX
2020-02-11 17:21:03 +01:00
committed by GitHub
parent daaa0a657f
commit 6a7e82c44c
2 changed files with 9 additions and 10 deletions

View File

@ -69,7 +69,7 @@ class WebhooksController < ActionController::Base
message_id = params["MessageID"]
to_address = params["Email"]
type = params["Type"]
type = params["Type"]
case type
when "HardBounce", "SpamNotification", "SpamComplaint"
process_bounce(message_id, to_address, SiteSetting.hard_bounce_score)