Skip to content

Commit c5ce463

Browse files
committed
Use correct file type
fixes issues/171
1 parent b9e5421 commit c5ce463

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
@@ -1337,7 +1337,7 @@
13371337
switch (this.readState) {
13381338
case 0:
13391339
this.readState = 1;
1340-
read(this.fileObj, this.startByte, this.endByte, this.fileType, this);
1340+
read(this.fileObj, this.startByte, this.endByte, this.fileObj.file.type, this);
13411341
return;
13421342
case 1:
13431343
return;

0 commit comments

Comments
 (0)