chore: Sentry Issue fixes (#4618)
Address the following sentry issues fixes: #4616, #4617
This commit is contained in:
@@ -37,7 +37,7 @@ class Integrations::Slack::IncomingMessageBuilder
|
||||
if message.present?
|
||||
SUPPORTED_MESSAGE_TYPES.include?(message[:type])
|
||||
else
|
||||
params[:event][:files].any?
|
||||
params.dig(:event, :files).any?
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user