Skip to content

Commit 37690ed

Browse files
authored
Merge pull request #174 from VinceMalone/issue/171
fix: file type
2 parents 08fafab + c5ce463 commit 37690ed

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)