Skip to content

Commit

Permalink
fix review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
arao6 committed Sep 29, 2020
1 parent 5291897 commit 54becb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Hyperwallet.js
Expand Up @@ -147,7 +147,7 @@ export default class Hyperwallet {
if (!data) {
throw new Error("Files for upload are required");
}
this.client.doPutMultipart(`users/${encodeURIComponent(userToken)}`, data, Hyperwallet.handle204Response(callback));
this.client.doPutMultipart(`users/${encodeURIComponent(userToken)}`, data, callback);
}

//--------------------------------------
Expand Down

0 comments on commit 54becb8

Please sign in to comment.