Skip to content

Commit

Permalink
Fix and force a missing include of exception on Param Auth Header cla…
Browse files Browse the repository at this point in the history
…ss. This is available on request classes but but here
  • Loading branch information
vipulnsward committed May 1, 2024
1 parent a04aafa commit 4dd0d5e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/uploadcare/param/authentication_header.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ module Param
# This object returns headers needed for authentication
# This authentication method is more secure, but more tedious
class AuthenticationHeader
include Exception
# @see https://uploadcare.com/docs/api_reference/rest/requests_auth/#auth-uploadcare
def self.call(options = {})
validate_auth_config
Expand Down

0 comments on commit 4dd0d5e

Please sign in to comment.