mirror of
https://github.com/discourse/discourse.git
synced 2025-05-22 20:41:24 +08:00
DEV: Apply rubocop (#8926)
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user