From af177b94e9c3fb3c31c9548b9ed7ed46a8a0f44c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Paulo=20Barbosa=20Marques=20dos=20Santos?= Date: Thu, 26 Oct 2023 08:19:23 -0300 Subject: [PATCH] Update lib/rack/signalwire_webhook_authentication.rb Co-authored-by: Ryan Williams --- lib/rack/signalwire_webhook_authentication.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/rack/signalwire_webhook_authentication.rb b/lib/rack/signalwire_webhook_authentication.rb index 58bbb1f..5e26538 100644 --- a/lib/rack/signalwire_webhook_authentication.rb +++ b/lib/rack/signalwire_webhook_authentication.rb @@ -3,7 +3,6 @@ require 'rack/media_type' module Rack - class SignalwireWebhookAuthentication FORM_URLENCODED_MEDIA_TYPE = Rack::MediaType.type('application/x-www-form-urlencoded')