Skip to content

Commit

Permalink
Fixed typo in filename parameter. Fixes developerforce#74
Browse files Browse the repository at this point in the history
  • Loading branch information
Pat Patterson committed Oct 6, 2015
1 parent fcbb8a7 commit fb34741
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion forcetk.js
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ if (forcetk.Client === undefined) {
} else if(request.status == 401 && !retry) {
that.refreshAccessToken(function(oauthResponse) {
that.setSessionToken(oauthResponse.access_token, null,oauthResponse.instance_url);
that.blob(path, fields, fileName, file, callback, error, true);
that.blob(path, fields, filename, file, callback, error, true);
},
error);
} else {
Expand Down

0 comments on commit fb34741

Please sign in to comment.