Skip to content

Commit

Permalink
Fix namespace for service
Browse files Browse the repository at this point in the history
  • Loading branch information
geeosh committed Nov 27, 2023
1 parent d54bd17 commit 2449902
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/uploadcare/client/uploader_client.rb
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ def upload_from_url_body(url, options = {})
'pub_key' => Uploadcare.config.public_key,
'source_url' => url,
'store' => store_value(options[:store]),
'signature' => (Upload::SignatureGenerator.call if Uploadcare.config.sign_uploads)
'signature' => (Param::Upload::SignatureGenerator.call if Uploadcare.config.sign_uploads)
)
)
end
Expand Down

0 comments on commit 2449902

Please sign in to comment.