Skip to content

Commit e8f868a

Browse files
authored
Update flow.js
1 parent b555050 commit e8f868a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/flow.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1379,7 +1379,7 @@
13791379
var data = this.prepareXhrRequest(uploadMethod, false, this.flowObj.opts.method, this.bytes);
13801380
var changeRawDataBeforeSend = this.flowObj.opts.changeRawDataBeforeSend;
13811381
if (typeof changeRawDataBeforeSend === 'function') {
1382-
changeRawDataBeforeSend(this, data);
1382+
data = changeRawDataBeforeSend(this, data);
13831383
}
13841384
this.xhr.send(data);
13851385
},

0 commit comments

Comments
 (0)