Skip to content

Commit

Permalink
Fix bug introduced in #3159
Browse files Browse the repository at this point in the history
  • Loading branch information
mifi committed Nov 1, 2021
1 parent 222b873 commit 639988f
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -132,6 +132,7 @@ class DropBox extends Provider {
},
})
.auth(token)
.request()

return await requestStream(req, async (res) => this._error(null, res))
} catch (err) {
Expand Down

0 comments on commit 639988f

Please sign in to comment.