Skip to content
This repository was archived by the owner on Jan 10, 2024. It is now read-only.

Commit fb34741

Browse files
author
Pat Patterson
committed
Fixed typo in filename parameter. Fixes #74
1 parent fcbb8a7 commit fb34741

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

forcetk.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,7 @@ if (forcetk.Client === undefined) {
311311
} else if(request.status == 401 && !retry) {
312312
that.refreshAccessToken(function(oauthResponse) {
313313
that.setSessionToken(oauthResponse.access_token, null,oauthResponse.instance_url);
314-
that.blob(path, fields, fileName, file, callback, error, true);
314+
that.blob(path, fields, filename, file, callback, error, true);
315315
},
316316
error);
317317
} else {

0 commit comments

Comments
 (0)