Skip to content

Commit

Permalink
parse_response is now a module method on Dropbox module
Browse files Browse the repository at this point in the history
  • Loading branch information
tomash committed Apr 14, 2016
1 parent a24724c commit b8c7d77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/backup/storage/dropbox.rb
Expand Up @@ -220,7 +220,7 @@ def upload(chunk_size = 1024**2 * 4)
data = @file_obj.read(chunk_size)

begin
resp = @client.parse_response(
resp = ::Dropbox::parse_response(
@client.partial_chunked_upload(data, @upload_id, @offset)
)
rescue DropboxError => err
Expand Down

0 comments on commit b8c7d77

Please sign in to comment.