Skip to content

Commit

Permalink
hidden character make AmazonXHR.list fail when passing part-number-ma…
Browse files Browse the repository at this point in the history
…rker

seriously I HAD A VERY HARD TIME (to stay polite) finding this bug
  • Loading branch information
abuisine committed Sep 21, 2016
1 parent 735c682 commit daaf934
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mule-uploader.js
Original file line number Diff line number Diff line change
Expand Up @@ -1005,7 +1005,7 @@
AmazonXHR.list = function(auth, file, key, upload_id, chunk_size, callback, error_callback, marker) {
var querystring = {"uploadId": upload_id};
if(marker) {
querystring['part-number-marker'] = marker;
querystring['part-number-marker'] = marker;
}
return new AmazonXHR({
auth: auth,
Expand Down

0 comments on commit daaf934

Please sign in to comment.